Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / mach-o-x86-64.c
index 05046d750a0108ead033425ca2504b9e97501735..cc79dcff5c1c2a1394df962d14ac7999280d253b 100644 (file)
@@ -1,5 +1,5 @@
 /* Intel x86-64 Mach-O support for BFD.
-   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -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),
This page took 0.023303 seconds and 4 git commands to generate.