aboutsummaryrefslogtreecommitdiff
path: root/bfd/mach-o-x86-64.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2015-11-20 15:14:38 +0100
committerTristan Gingold <gingold@adacore.com>2015-11-20 15:15:24 +0100
commit9b334a2ccd0ba00d67ae590b3bab470836f79269 (patch)
tree6946f9168605b94b3e186e45c97b47916e49801d /bfd/mach-o-x86-64.c
parenta4f8732b2a0c2cf48cff088311ed0ee2b17435b9 (diff)
downloadfsf-binutils-gdb-9b334a2ccd0ba00d67ae590b3bab470836f79269.zip
fsf-binutils-gdb-9b334a2ccd0ba00d67ae590b3bab470836f79269.tar.gz
fsf-binutils-gdb-9b334a2ccd0ba00d67ae590b3bab470836f79269.tar.bz2
Fix missing update in previous patch.
bfd/ * mach-o-x86-64.c (x86_64_howto_table): Change name here too.
Diffstat (limited to 'bfd/mach-o-x86-64.c')
-rw-r--r--bfd/mach-o-x86-64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/mach-o-x86-64.c b/bfd/mach-o-x86-64.c
index 05046d7..189ab23 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),