Fix missing update in previous patch.

bfd/
	* mach-o-x86-64.c (x86_64_howto_table): Change name here too.
This commit is contained in:
Tristan Gingold
2015-11-20 15:14:38 +01:00
parent a4f8732b2a
commit 9b334a2ccd
2 changed files with 6 additions and 2 deletions

View 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.

View 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),