]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix missing update in previous patch.
authorTristan Gingold <gingold@adacore.com>
Fri, 20 Nov 2015 14:14:38 +0000 (15:14 +0100)
committerTristan Gingold <gingold@adacore.com>
Fri, 20 Nov 2015 14:15:24 +0000 (15:15 +0100)
bfd/
* mach-o-x86-64.c (x86_64_howto_table): Change name here too.

bfd/ChangeLog
bfd/mach-o-x86-64.c

index 5111d62d88a4af5a5550450cd0daf7ab374da2c2..6d1b78e5f63c03bb8242d274b03a8e958bd5f0e2 100644 (file)
@@ -1,3 +1,7 @@
+2015-11-20  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o-x86-64.c (x86_64_howto_table): Change name here too.
+
 2015-11-20  Tristan Gingold  <gingold@adacore.com>
 
        * targets.c (aarch64_mach_o_vec, arm_mach_o_vec): Declare.
index 05046d750a0108ead033425ca2504b9e97501735..189ab235f9349a985d3856cc28598e95407b8dc2 100644 (file)
@@ -101,11 +101,11 @@ static reloc_howto_type x86_64_howto_table[]=
        NULL, "GOT_LOAD",
        FALSE, 0xffffffff, 0xffffffff, TRUE),
   /* 8 */
-  HOWTO(BFD_RELOC_MACH_O_X86_64_SUBTRACTOR32, 0, 2, 32, FALSE, 0,
+  HOWTO(BFD_RELOC_MACH_O_SUBTRACTOR32, 0, 2, 32, FALSE, 0,
        complain_overflow_bitfield,
        NULL, "SUBTRACTOR32",
        FALSE, 0xffffffff, 0xffffffff, FALSE),
-  HOWTO(BFD_RELOC_MACH_O_X86_64_SUBTRACTOR64, 0, 4, 64, FALSE, 0,
+  HOWTO(BFD_RELOC_MACH_O_SUBTRACTOR64, 0, 4, 64, FALSE, 0,
        complain_overflow_bitfield,
        NULL, "SUBTRACTOR64",
        FALSE, MINUS_ONE, MINUS_ONE, FALSE),