bfd/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 0593f7c1d9239a4b16ed6126eead67952b466ff4..fc33e1bcd5184eb5079b0265d7fc4a78adc76d2e 100644 (file)
@@ -1,3 +1,76 @@
+2005-06-17  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (reloc): Also handle BFD_RELOC_64_PCREL.
+       (tc_i386_fix_adjustable): Include BFD_RELOC_X86_64_GOTOFF64,
+       BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64.
+       (output_disp): Do GOTPC conversion also for BFD_RELOC_X86_64_32S
+       and BFD_RELOC_32_PCREL. Use BFD_RELOC_X86_64_GOTPC32 instead of
+       aborting.
+       (output_imm): Do GOTPC conversion also for BFD_RELOC_X86_64_32S.
+       Use BFD_RELOC_X86_64_GOTPC32 instead of aborting.
+       (tc_gen_reloc): Do GOTPC conversion also for BFD_RELOC_32_PCREL.
+       Use BFD_RELOC_X86_64_GOTPC32 instead of aborting. Also handle
+       BFD_RELOC_X86_64_GOTOFF64, BFD_RELOC_X86_64_GOTPC32,
+       BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64. Also
+       convert 8-byte pc-relative relocations.
+       (lex_got): Use BFD_RELOC_X86_64_GOTOFF64 for 64-bit @gotoff.
+       (i386_validate_fix): Likewise.
+       (x86_cons): Also handle quad values in 64-bit mode.
+       (i386_displacement): Also handle BFD_RELOC_X86_64_GOTOFF64.
+       (md_apply_fix): Include BFD_RELOC_X86_64_DTPOFF64 and
+       BFD_RELOC_X86_64_TPOFF64 in the TLS check. Also convert BFD_RELOC_64
+       to pc-relative variant. Also check for BFD_RELOC_64_PCREL.
+
+2005-06-13  Zack Weinberg  <zack@codesourcery.com>
+
+       * config/tc-arm.c (find_real_start): Check S_IS_LOCAL on
+       symbolP as well as for names with a leading dot.  Use ACONCAT.
+       (md_apply_fix): For branch relocations, only replace value
+       with fixP->fx_offset (under #ifdef OBJ_ELF) when !fixP->fx_done.
+       (arm_force_relocation): Remove #ifdef OBJ_ELF case.
+       * config/tc-arm.h (LOCAL_LABEL): Remove unnecessary parentheses.
+       (LOCAL_LABEL_PREFIX): Don't define.
+
+2005-06-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-hppa.c (pa_block): Allocate just one byte for the
+       fill pattern.
+
+2005-06-08  James E Wilson  <wilson@specifixinc.com>
+
+       PR 994
+       * config/tc-ia64.c (slot_index): Revert last change.  If first_frag
+       is NULL, then emit a warning, and return the current index.
+
+2005-06-08  Tomas Hurka  <tom@hukatronic.cz>
+
+       PR 991
+       * config/tc-m68k.c (m68k_ip): Test for insn compatiblity using a
+       temporary copy of the operands array so that changes can be safely
+       backed out if the insn does not match.
+       (m68k_compare_opcode): Shortcut the test when the parameters are
+       the same.  Return 1 if the names match but the second opcode is
+       further on in the array than the first.
+
+2005-06-08  Nick Clifton  <nickc@redhat.com>
+
+       PR 994
+       * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
+
+2005-06-08  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+
+       * config/tc-m32r.c (use_parallel): Change default value from 1 to 0.
+
+2005-06-07  Aldy Hernandez  <aldyh@redhat.com>
+           Michael Snyder  <msnyder@redhat.com>
+           Stan Cox  <scox@redhat.com>
+
+       * configure.in: Add ms1 case.
+
+       * configure: Regenerate.
+
+       * configure.tgt: Add ms1 case.
+
 2005-06-07  Bob Wilson  <bob.wilson@acm.org>
 
        * config/tc-xtensa.h (resource_table): Change units to unsigned chars.
This page took 0.025811 seconds and 4 git commands to generate.