OLD | NEW |
| 1 2010-03-01 Tristan Gingold <gingold@adacore.com> |
| 2 |
| 3 * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED. |
| 4 |
| 5 2010-02-08 Christophe Lyon <christophe.lyon@st.com> |
| 6 |
| 7 * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for |
| 8 non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23, |
| 9 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX, |
| 10 BFD_RELOC_ARM_PCREL_CALL) |
| 11 |
| 12 2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com> |
| 13 |
| 14 * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x, |
| 15 -mpwr6 and -mpwr7. |
| 16 |
| 17 2010-01-30 Richard Sandiford <r.sandiford@uk.ibm.com> |
| 18 |
| 19 * write.h (fix_at_start): Declare. |
| 20 * write.c (fix_new_internal): Add at_beginning parameter. |
| 21 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of |
| 22 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case. |
| 23 (fix_new, fix_new_exp): Update accordingly. |
| 24 (fix_at_start): New function. |
| 25 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section. |
| 26 (ppc_ref): New function, for OBJ_XCOFF. |
| 27 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF. |
| 28 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef. |
| 29 |
| 30 2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com> |
| 31 |
| 32 Backport from trunk: |
| 33 * NEWS: Mention new feature. |
| 34 * config/obj-coff.c (obj_coff_section): Accept digits and use |
| 35 to override default section alignment power if specified. |
| 36 * doc/as.texinfo (.section directive): Update documentation. |
| 37 |
| 38 2010-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| 39 |
| 40 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only |
| 41 on 64-bit Solaris/x86. |
| 42 Include obj-format.h earlier. |
| 43 |
| 44 2010-01-12 Alan Modra <amodra@gmail.com> |
| 45 |
| 46 PR 11122 |
| 47 * listing.c (print_source): Add one to line number. |
| 48 |
| 49 2009-12-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> |
| 50 |
| 51 Backport from trunk: |
| 52 2009-12-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> |
| 53 Richard Earnshaw <richard.earnshaw@arm.com> |
| 54 |
| 55 * config/tc-arm.c (encode_thumb2_b_bl_offset): New. Refactored |
| 56 from md_apply_fix. |
| 57 (md_apply_fix): Fixup range checks for Thumb2 version |
| 58 of unconditional calls. Call encode_thumb2_b_bl_offset for |
| 59 unconditional branches / function calls. |
| 60 |
| 61 2009-12-15 H.J. Lu <hongjiu.lu@intel.com> |
| 62 |
| 63 Backport from trunk: |
| 64 2009-12-07 H.J. Lu <hongjiu.lu@intel.com> |
| 65 |
| 66 PR gas/11037 |
| 67 * expr.c (resolve_expression): Call symbol_same_p to check |
| 68 if 2 symbols are the same. |
| 69 |
| 70 * symbols.c (symbol_same_p): New. |
| 71 * symbols.h (symbol_same_p): Likewise. |
| 72 |
| 73 2009-12-03 Nick Clifton <nickc@redhat.com> |
| 74 |
| 75 PR gas/11011 |
| 76 Import this patch from the mainline: |
| 77 2009-10-18 Alan Modra <amodra@bigpond.net.au> |
| 78 |
| 79 * as.h (know): Don't define as empty. |
| 80 |
| 81 2009-10-28 Alan Modra <amodra@bigpond.net.au> |
| 82 |
| 83 PR gas/10856 |
| 84 * expr.c (resolve_expression): Only add "left" value to O_symbol |
| 85 expression when the symbol is undefined and different from the |
| 86 original symbol. Simplify negative logic. |
| 87 |
| 88 2009-10-18 Matthias Klose <doko@ubuntu.com> |
| 89 |
| 90 * config/tc-arm.c (make_mapping_symbol): Add braces to avoid empty body |
| 91 in release builds. |
| 92 |
1 2009-10-13 Alan Modra <amodra@bigpond.net.au> | 93 2009-10-13 Alan Modra <amodra@bigpond.net.au> |
2 H.J. Lu <hongjiu.lu@intel.com> | 94 H.J. Lu <hongjiu.lu@intel.com> |
3 | 95 |
4 PR gas/2117 | 96 PR gas/2117 |
5 * config/tc-ia64.c (parse_operand): Use expression rather than | 97 * config/tc-ia64.c (parse_operand): Use expression rather than |
6 expression_and_evalute. | 98 expression_and_evalute. |
7 (parse_operand_and_eval): New function. Replace all uses of | 99 (parse_operand_and_eval): New function. Replace all uses of |
8 parse_operand outside of parse_operands with this function. | 100 parse_operand outside of parse_operands with this function. |
9 (parse_operans_maybe_eval): New function. Replace uses of | 101 (parse_operans_maybe_eval): New function. Replace uses of |
10 parse_operand in parse_operands, except for the dummy, with | 102 parse_operand in parse_operands, except for the dummy, with |
(...skipping 2284 matching lines...) Loading... |
2295 | 2387 |
2296 For older changes see ChangeLog-2008 | 2388 For older changes see ChangeLog-2008 |
2297 | 2389 |
2298 | 2390 |
2299 Local Variables: | 2391 Local Variables: |
2300 mode: change-log | 2392 mode: change-log |
2301 left-margin: 8 | 2393 left-margin: 8 |
2302 fill-column: 74 | 2394 fill-column: 74 |
2303 version-control: never | 2395 version-control: never |
2304 End: | 2396 End: |
OLD | NEW |