]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/ChangeLog
2008-08-08 Richard Sandiford <rdsandiford@googlemail.com>
[thirdparty/binutils-gdb.git] / gas / ChangeLog
index 48a38348f8a9668039d1ba1ffec7cd26ee6e634e..da59bd8c21e156d0a21de74670e8dc953c204566 100644 (file)
@@ -1,3 +1,117 @@
+2008-08-08  Richard Sandiford  <rdsandiford@googlemail.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * config/tc-mips.c (OPTION_CALL_NONPIC): New macro.
+       (OPTION_NON_SHARED, OPTION_XGOT, OPTION_MABI, OPTION_32)
+       (OPTION_N32, OPTION_64, OPTION_MDEBUG, OPTION_NO_MDEBUG)
+       (OPTION_PDR, OPTION_NO_PDR, OPTION_MVXWORKS_PIC): Bump by 1.
+       (md_longopts): Add -call_nonpic.
+       (md_parse_option): Handle OPTION_CALL_NONPIC.
+       (md_show_usage): Add -call_nonpic.
+
+2008-08-08  Sterling Augustine  <sterling@tensilica.com>
+       
+       * config/tc-xtensa.c (exclude_section_from_property_tables): New.
+       (xtensa_create_property_segments): Use it.
+       (xtensa_create_xproperty_segments): Likewise.
+       
+2008-08-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * doc/internals.texi (DWARF2_FORMAT): Update for 2008-08-04 change.
+
+2008-08-06  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/tc-mips.c (mips16_reloc_p, got16_reloc_p, hi16_reloc_p)
+       (lo16_reloc_p): New functions.
+       (reloc_needs_lo_p): Use hi16_reloc_p and got16_reloc_p to
+       generalize relocation checks.
+       (matching_lo_reloc): New function.
+       (fixup_has_matching_lo_p): Use it.
+       (mips16_mark_labels): Don't clobber a symbol's visibility.
+       (append_insn): Use hi16_reloc_p and lo16_reloc_p.
+       (mips16_ip): Handle BFD_RELOC_MIPS16_GOT16 and BFD_RELOC_MIPS16_CALL16.
+       (md_apply_fix): Likewise.
+       (mips16_percent_op): Add %got and %call16.
+       (mips_frob_file): Use got16_reloc_p to generalize relocation checks.
+       Use matching_lo_reloc.
+       (mips_force_relocation): Use hi16_reloc_p and lo16_reloc_p to
+       generalize relocation checks.
+       (mips_fix_adjustable): Use lo16_reloc_p to generalize relocation
+       checks.
+
+2008-08-06  DJ Delorie  <dj@redhat.com>
+
+       * NEWS: Mention these changes.
+
+       * config/tc-h8300.h (H_TICK_HEX): Define.
+       * config/tc-h8300.c (OPTION_H_TICK_HEX): New.
+       (md_longopts): Add "-h-tick-hex".
+       (md_parse_option): Support it.
+       * doc/c-h8300.texi (H8/300 Options): Document it.
+       * doc/as.texinfo (Overview): Likewise.
+       
+       * config/tc-sh.h (H_TICK_HEX): Define.
+       * config/tc-sh.c (OPTION_H_TICK_HEX): New.
+       (md_longopts): Add "-h-tick-hex".
+       (md_parse_option): Support it.
+       * doc/c-sh.texi (SH Options): Document it.
+       * doc/c-sh64.texi (SH64 Options): Document it.
+       * doc/as.texinfo (Overview): Likewise.
+
+2008-08-05  Alan Modra  <amodra@bigpond.net.au>
+
+       PR gas/6656
+       * dwarf2dbg.c (dwarf2_directive_file): Disable gas generated
+       debug info if we see compiler generated debug info.
+       (dwarf2_directive_loc): Likewise.  Remove redundant debug_type test.
+
+2008-08-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * dwarf2dbg.c: Remove superfluous forward function declarations.
+       (DWARF2_FORMAT): Add section arg.
+       (out_header): New function, split out from..
+       (out_debug_line): ..here.
+       (out_debug_aranges): Use out_header.
+       (out_debug_abbrev): Add info_seg and line_seg args.  Use
+       DW_FORM_data8 (for DW_AT_stmt_list) if line_seg is 64-bit.
+       (out_debug_info): Use out_header.  Output 8 byte DW_AT_stmt_list
+       if line_seg is 64-bit.
+       (dwarf2_finish): Adjust out_debug_abbrev call.
+       * config/tc-mips.h (DWARF2_FORMAT, mips_dwarf2_format): Add sec arg.
+       * config/tc-mips.c (mips_dwarf2_format): Likewise.
+
+2008-08-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (POTFILES.in): Set LC_ALL=C.
+       * Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2008-08-01  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * config/tc-ppc.c (parse_cpu): Rename altivec_or_spe to retain_flags.
+       Handle -mvsx and -mpower7.
+       (md_show_usage): Document -mpower7 and -mvsx.
+       * doc/as.texinfo (Target PowerPC): Document -mvsx.
+       * doc/c-ppc.texi (PowerPC-Opts): Document -mvsx and -mpower7.
+
+2008-07-31  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * config/tc-ppc.c (parse_cpu) <power6>: Accept Altivec instructions.
+       <cell>: Likewise.
+
+2008-07-30  Michael J. Eager  <eager@eagercon.com>
+
+       * config/tc-ppc.c (parse_cpu): Separate handling of -m403/405.
+       (md_show_usage): Likewise.
+
+2008-07-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * messages.c, symbols.c, write.c: Silence gcc warnings.
+
+2008-07-28  Ineiev  <ineiev@yahoo.co.uk>
+
+       * config/tc-i386.c (operand_type_check): Warning fix.
+
 2008-07-26  Michael Eager <eager@eagercon.com>
 
        * doc/as.texinfo: Add description of single-precision attribute.
 2008-07-07  Paul Brook  <paul@codesourcery.com>
 
        * config/tc-arm.c (arm_fix_adjustable): Don't adjust MOVW/MOVT
-       relocations. 
+       relocations.
 
 2008-07-07  Ralf Corsépius  <ralf.corsepius@rtems.org>