X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=ac3953d7b275134f61bfb8878ac14b7ff81b8d87;hb=b2b7424819829f8f0377907b3f03319a20e6355d;hp=9a9026e12823063790a28aefc5f8de5ad72f1a4c;hpb=9de868bf63da6e25619af0a1876200ca4cbd6375;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 9a9026e128..ac3953d7b2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,169 @@ +2009-10-013 Vincent Riviere + + PR gas/3041 + * config/tc-m68k.c (tc_gen_reloc): Fix addend for relocations + located in data section an referencing a weak symbol. + +2009-10-07 Nathan Sidwell + + * config/tc-arm.c (mapping_state, mapping_state_2): Make dummy + versions slightly more than nothing. + + * doc/c-arm.texi (ARM Options): Correctly name the two mapcs options. + +2009-10-07 Alan Modra + H.J. Lu + + PR gas/2117 + * config/tc-ia64.c (parse_operand): Use expression rather than + expression_and_evalute. + (parse_operand_and_eval): New function. Replace all uses of + parse_operand outside of parse_operands with this function. + (parse_operans_maybe_eval): New function. Replace uses of + parse_operand in parse_operands, except for the dummy, with + this function. + +2009-10-06 Alan Modra + + PR gas/10704 + * symbols.c (snapshot_symbol): Revert 2006-01-09 patch for PR2117. + +2009-10-06 Alan Modra + + * read.c (s_reloc): Don't use expression_and_evaluate. + +2009-10-02 Peter Bergner + + * config/tc-ppc.c (md_show_usage): Document -m476. + * doc/c-ppc.texi (PowerPC-Opts): Document -m476. + +2009-10-02 Jakub Jelinek + + * dw2gencfi.c: Include dwarf2dbg.h. + (DWARF2_FORMAT): Define if not defined. + (dot_cfi_sections): New function. + (cfi_pseudo_table): Handle .cfi_sections. + (CFI_EMIT_eh_frame, CFI_EMIT_debug_frame): Define. + (cfi_sections): New variable. + (output_cie, output_fde, select_cie_for_fde): Add eh_frame + argument, add supporting for outputting .debug_frame + section. + (cfi_change_reg_numbers): New function or macro. + (cfi_finish): Only emit .eh_frame if + cfi_sections & CFI_EMIT_eh_frame. Emit .debug_frame if + cfi_sections & CFI_EMIT_debug_frame. + * config/tc-ppc.h (md_reg_eh_frame_to_debug_frame): Define. + * doc/as.texinfo (CFI directives): Document .cfi_sections. + +2009-10-01 Peter Bergner + + * config/tc-ppc.c (md_show_usage): Rename "ppca2" to "a2". + * doc/c-ppc.texi (PowerPC-Opts): Likewise. + +2009-10-01 H.J. Lu + + * config/tc-i386.c (x86_cons): Reformat. + +2009-09-29 DJ Delorie + + * Makefile.am: Add RX target. + * configure.in: Likewise. + * configure.tgt: Likewise. + * read.c (do_repeat_with_expander): New function. + * read.h: Provide a prototype for do_repeat_with_expander. + * doc/Makefile.am: Add RX target documentation. + * doc/all.texi: Likewise. + * doc/as.texinfo: Likewise. + * Makefile.in: Regenerate. + * NEWS: Mention support for RX architecture. + * configure: Regenerate. + * doc/Makefile.in: Regenerate. + * config/rx-defs.h: New file. + * config/rx-parse.y: New file. + * config/tc-rx.h: New file. + * config/tc-rx.c: New file. + * doc/c-rx.texi: New file. + +2009-09-25 Martin Thuresson + + Update sources to make alpha, arc and arm targets compile cleanly + with -Wc++-compat: + * config/tc-alpha.c: Add casts. + (extended_bfd_reloc_code_real_type): New type. Used to avoid + enumeration conversion warnings. + (struct alpha_fixup, void assemble_insn, assemble_insn) + (assemble_tokens): Use new type. + * ecoff.c: Add casts. (mark_stabs): Use enumeration names. + * config/obj-elf.c: Add cast + * config/tc-arc.c: Add casts. + * config/obj-aout.h (text_section,data_section,bss_section): + Make extern. + * config/obj-elf.c: Add cast. + * config/tc-arm.c: Add casts. + (X, TxCE, TxCE, TxC3, TxC3w, TxCM_, TxCM, TUE, TUF, CE, CL, cCE) + (cCL, C3E, xCM_, nUF, nCE_tag): Change input format to avoid the + need for keywords as arguments. + +2009-09-25 Nick Hudson + + * doc/c-mips.texi: Fix the singlefloat and doublefloat kindex + entries + +2009-09-24 H.J. Lu + + * config/tc-i386.c (build_vex_prefix): Check vex == 2 instead + of vex256. + +2009-09-24 H.J. Lu + + PR gas/10677 + * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Return true + for BFD_RELOC_X86_64_GOTPCREL. + +2009-09-23 H.J. Lu + + * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Don't check + BFD_RELOC_386_GOT32. + +2009-09-23 Sterling Augustine + + * config/tc-xtensa.c (md_apply_fix): Remove check for constant with + difference of of two symbols. + (xtensa_fix_adjustable): Likewise. + +2009-09-23 Tim E. Sneddon + + * configure.com: Fix a typo. + +2009-09-23 Alan Modra + + * symbols.c (define_sym_at_dot): New function, extracted from.. + (colon): ..here. Define error case cloned symbol. + +2009-09-21 H.J. Lu + + * config/tc-i386.c: Remove white spaces. + +2009-09-21 Ben Elliston + Peter Bergner + + * config/tc-ppc.c (md_show_usage): Document -mpcca2. + * doc/c-ppc.texi (PowerPC-Opts): Document -mppca2. + +2009-09-18 Nick Clifton + + * po/es.po: Updated Spanish translation. + +2009-09-15 H.J. Lu + + * config/tc-i386.c (offset_in_range): Sign extend offset only + if BFD64 is defined. + +2009-09-15 H.J. Lu + + * config/tc-i386-intel.c (i386_intel_operand): Initialize + intel_state.has_offset to 0. + 2009-09-15 H.J. Lu * config/tc-i386.c (offset_in_range): Sign extend offset only @@ -83,8 +249,6 @@ * subsegs.c: Add casts. * symbols.c: Add casts. * write.c: Add casts. - * libiberty/regex.c (byte_re_match_2_internal): Introduce extra scope to avoid - initialization warning from goto. 2009-09-11 Hans-Peter Nilsson @@ -220,7 +384,7 @@ the prerequisite. Add $(srcdir)/config/bfin-aux.h to the prerequisite. (bfin-defs.h, $(srcdir)/config/bfin-defs.h): Rename to ... - (bfin-parse.h, $(srcdir)/config/bfin-parse.h): ... these. + (bfin-parse.h, $(srcdir)/config/bfin-parse.h): ... these. (bfin-lex.o): Add bfin-parse.h and $(srcdir)/config/bfin-defs.h to the prerequisite. * Makefile.in: Regenerate. @@ -568,7 +732,7 @@ 2009-08-17 Sterling Augustine - * config/tc-xtensa.c (xtensa_frob_label): move call to + * config/tc-xtensa.c (xtensa_frob_label): move call to do_align_targets to set frag_type only. 2009-08-17 Kai Tietz @@ -679,14 +843,14 @@ 2009-08-06 Michael Eager * Makefile.am: add microblaze to CPU_TYPES, config/tc-microblaze.c to - TARGET_CPU_CFILES, config/tc-microblaze.h to TARGET_CPU_HFILES, add + TARGET_CPU_CFILES, config/tc-microblaze.h to TARGET_CPU_HFILES, add DEP_microblaze_elf target. * Makefile.in: Regenerate. * config/tc-microblaze.c: Add MicroBlaze assembler. * config/tc-microblaze.h: Add header for tc-microblaze.c. * configure.in: Add microblaze target. * configure: Regenerate. - * configure.tgt: Same. + * configure.tgt: Same. * doc/Makefile.am: Add c-microblaze.texi to CPU_DOCS. * doc/Makefile.in: Same. * doc/all.texi: Set MICROBLAZE. @@ -800,7 +964,7 @@ * config/tc-cr16.c (md_apply_fix): Put the addend value alone in to object file without symbol values. (tc_gen_reloc): For local symbols resolved or its absolute symbol, - then set the relocation type as NULL. + then set the relocation type as NULL. 2009-07-25 H.J. Lu