diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-06-18 13:23:06 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-06-18 13:23:06 +0000 |
commit | 73d147dcf03d3a76c9a9f9b569ac864bed0927bf (patch) | |
tree | 78ddee4f784873015776473667e75222c6f04403 /bfd/reloc.c | |
parent | d416eeec97f1a62875b49332e62cae67ebcb7e92 (diff) | |
download | binutils-gdb-73d147dcf03d3a76c9a9f9b569ac864bed0927bf.tar.gz |
2005-06-18 H.J. Lu <hongjiu.lu@intel.com>
* reloc.c: Add BFD_RELOC_X86_64_GOTOFF64 and
BFD_RELOC_X86_64_GOTPC32.
* bfd-in2.h: Regenerated.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 207b775ab93..1b15e6a6e4d 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2362,6 +2362,10 @@ ENUMX BFD_RELOC_X86_64_GOTTPOFF ENUMX BFD_RELOC_X86_64_TPOFF32 +ENUMX + BFD_RELOC_X86_64_GOTOFF64 +ENUMX + BFD_RELOC_X86_64_GOTPC32 ENUMDOC x86-64/elf relocations |