include/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 284e4a8d13122e65134f195ce80a5f650832eb90..3d023dfc38e443da192fe52455dce902ceddc1ab 100644 (file)
@@ -1,3 +1,54 @@
+2008-09-24  Richard Henderson  <rth@redhat.com>
+
+       * dw2gencfi.c (DWARF2_ADDR_SIZE): Provide default.
+       (struct cfi_insn_data): Add ea member.
+       (CFI_val_encoded_addr, dot_cfi_val_encoded_addr): New.
+       (output_cfi_insn): Handle CFI_val_encoded_addr.
+       (select_cie_for_fde): Don't match CFI_val_encoded_addr.
+       * doc/as.texinfo (.cfi_val_encoded_addr): Document.
+
+2008-09-25  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 6913
+       * listing.c (print_options): Don't call fprintf without format string.
+
+2008-09-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic.
+       (TC_VALIDATE_FIX_SUB): Likewise.
+       * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
+       * config/tc-hppa.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
+       * config/tc-mn10300.h (TC_VALIDATE_FIX_SUB): Likewise.
+       * config/tc-sh.h (TC_VALIDATE_FIX_SUB): Likewise.
+       (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
+       * config/tc-sh64.h (TC_VALIDATE_FIX_SUB): Likewise.
+       * config/tc-xtensa.h (TC_VALIDATE_FIX_SUB): Likewise.
+       * doc/internals.texi (TC_FORCE_RELOCATION_SUB_ABS,
+       TC_FORCE_RELOCATION_SUB_LOCAL, TC_VALIDATE_FIX_SUB): Show new param.
+
+       * write.c (md_register_arithmetic): Define.
+       (fixup_segment): Adjust TC_FORCE_RELOCATION_SUB_ABS invocation.
+       Modify error message when registers involved.
+       (TC_FORCE_RELOCATION_SUB_ABS): Heed md_register_arithmetic.
+       * config/tc-sh.h (TC_FORCE_RELOCATION_SUB_ABS): Likewise.
+
+2008-09-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * write.c (install_reloc): Correct EMIT_SECTION_SYMBOLS test.
+
+2008-09-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-frv.c (md_apply_fix): Use abs_section_sym for
+       relocs with no symbol.
+       * config/tc-mmix.c (md_assemble): Mark fake symbol on
+       BFD_RELOC_MMIX_BASE_PLUS_OFFSET as OK for use by relocs.
+       (mmix_md_end): Likewise mark mmix reg contents section symbol.
+
+2008-09-14  Chris Smith <chris@zxdesign.info>
+
+       * config/tc-z80.c: Opcode generation of ld a,(bc) and ld a,(de) was
+       broken, as the opcode of ld a,(de) was being emitted for both.
+
 2008-09-12  Sterling Augustine  <sterling@tensilica.com>
 
        * config/tc-xtensa.c (init_op_placement_info_table): Allow number of
This page took 0.024043 seconds and 4 git commands to generate.