]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2001-02-26 Andreas Jaeger <aj@suse.de>
authorAndreas Jaeger <aj@suse.de>
Mon, 26 Feb 2001 07:51:13 +0000 (07:51 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 26 Feb 2001 07:51:13 +0000 (07:51 +0000)
* elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.

bfd/ChangeLog
bfd/elf64-x86-64.c

index 31e64996217527f2c0c324142b27095ff3c9df03..4ec2e05f1611f38feb10da6557d1ef1904febb8b 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-26  Andreas Jaeger  <aj@suse.de>
+
+       * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
+
 2001-02-21  David Mosberger  <davidm@hpl.hp.com>
 
        * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
index 3845cc183ab1b5476749759b4eb7ddd510d501af..88549b976d6051a10650139076b949c800abf6ed 100644 (file)
@@ -50,10 +50,10 @@ static reloc_howto_type x86_64_elf_howto_table[] =
        bfd_elf_generic_reloc, "R_X86_64_COPY", false, 0xffffffff, 0xffffffff, false),
   HOWTO(R_X86_64_GLOB_DAT, 0, 4, 64, false, 0, complain_overflow_bitfield,
        bfd_elf_generic_reloc, "R_X86_64_GLOB_DAT", false, MINUS_ONE, MINUS_ONE, false),
-  HOWTO(R_X86_64_RELATIVE, 0, 4, 64, false, 0, complain_overflow_bitfield,
-       bfd_elf_generic_reloc, "R_X86_64_RELATIVE", false, MINUS_ONE, MINUS_ONE, false),
   HOWTO(R_X86_64_JUMP_SLOT, 0, 4, 64, false, 0, complain_overflow_bitfield,
        bfd_elf_generic_reloc, "R_X86_64_JUMP_SLOT", false, MINUS_ONE, MINUS_ONE, false),
+  HOWTO(R_X86_64_RELATIVE, 0, 4, 64, false, 0, complain_overflow_bitfield,
+       bfd_elf_generic_reloc, "R_X86_64_RELATIVE", false, MINUS_ONE, MINUS_ONE, false),
   HOWTO(R_X86_64_GOTPCREL, 0, 4, 32, true,0 , complain_overflow_signed,
        bfd_elf_generic_reloc, "R_X86_64_GOTPCREL", false, 0xffffffff, 0xffffffff, true),
   HOWTO(R_X86_64_32, 0, 4, 32, false, 0, complain_overflow_unsigned,