2001-02-26 Andreas Jaeger <aj@suse.de>
authorAndreas Jaeger <aj@suse.de>
Mon, 26 Feb 2001 07:50:22 +0000 (07:50 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 26 Feb 2001 07:50:22 +0000 (07:50 +0000)
* elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.

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

index d9d17412dba40102f946c340168b6f3560d6db9c..548d116b7f343b80d4b2c6266aff448955c7603c 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-22  Timothy Wall  <twall@cygnus.com>
 
        * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
@@ -8,7 +12,7 @@
        for AIX.  AIX5 requires most relocations to be dynamic (*all*
        binaries are somewhat similar to shared libraries).
        * targets.c: Add elf64_ia64_aix vectors.
-       
+
 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,
This page took 0.034511 seconds and 4 git commands to generate.