summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-01-15 17:30:49 +0000
committerH.J. Lu <hjl.tools@gmail.com>2013-01-15 17:30:49 +0000
commitf8b018a7e13a5086f325f06a34c572b16f2a6987 (patch)
treed22f6bfc7373d519796197df4e7bc56b19e73f46 /bfd/elf64-x86-64.c
parent0d3a3b97626391bb99b2574c88c79ee7991c981c (diff)
downloadbinutils-redhat-f8b018a7e13a5086f325f06a34c572b16f2a6987.tar.gz
Define R_X86_64_standard with R_X86_64_RELATIVE64
* elf64-x86-64.c (R_X86_64_standard): Replace R_X86_64_IRELATIVE with R_X86_64_RELATIVE64.
Diffstat (limited to 'bfd/elf64-x86-64.c')
-rw-r--r--bfd/elf64-x86-64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 0d23cc3966..3f45776d18 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -173,7 +173,7 @@ static reloc_howto_type x86_64_elf_howto_table[] =
R_X86_64_standard counts the number up to this point, and
R_X86_64_vt_offset is the value to subtract from a reloc type of
R_X86_64_GNU_VT* to form an index into this table. */
-#define R_X86_64_standard (R_X86_64_IRELATIVE + 1)
+#define R_X86_64_standard (R_X86_64_RELATIVE64 + 1)
#define R_X86_64_vt_offset (R_X86_64_GNU_VTINHERIT - R_X86_64_standard)
/* GNU extension to record C++ vtable hierarchy. */