From: Tristan Gingold Date: Fri, 20 Nov 2015 14:14:38 +0000 (+0100) Subject: Fix missing update in previous patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b334a2ccd0ba00d67ae590b3bab470836f79269;p=binutils-gdb.git Fix missing update in previous patch. bfd/ * mach-o-x86-64.c (x86_64_howto_table): Change name here too. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5111d62d88a..6d1b78e5f63 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2015-11-20 Tristan Gingold + + * mach-o-x86-64.c (x86_64_howto_table): Change name here too. + 2015-11-20 Tristan Gingold * targets.c (aarch64_mach_o_vec, arm_mach_o_vec): Declare. diff --git a/bfd/mach-o-x86-64.c b/bfd/mach-o-x86-64.c index 05046d750a0..189ab235f93 100644 --- a/bfd/mach-o-x86-64.c +++ b/bfd/mach-o-x86-64.c @@ -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),