From: Roland McGrath Date: Sat, 8 Aug 2009 03:06:28 +0000 (-0700) Subject: Add missing x86-64 reloc types. X-Git-Tag: elfutils-0.143~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de0bef87168df49c27af8f2040bed258a9bddb61;p=thirdparty%2Felfutils.git Add missing x86-64 reloc types. --- diff --git a/backends/ChangeLog b/backends/ChangeLog index 742e3cb81..c9c6be243 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,8 @@ +2009-08-07 Roland McGrath + + * x86_64_reloc.def: Add PC64, GOTOFF64, GOTPC32, GOTPC32_TLSDESC, + TLSDESC_CALL, TLSDESC. + 2009-07-08 Roland McGrath * x86_64_cfi.c (x86_64_abi_cfi): New file. diff --git a/backends/x86_64_reloc.def b/backends/x86_64_reloc.def index 5d70f47c4..6c9cc1b71 100644 --- a/backends/x86_64_reloc.def +++ b/backends/x86_64_reloc.def @@ -49,4 +49,10 @@ RELOC_TYPE (TLSLD, REL) RELOC_TYPE (DTPOFF32, REL) RELOC_TYPE (GOTTPOFF, REL) RELOC_TYPE (TPOFF32, REL) +RELOC_TYPE (PC64, REL|EXEC|DYN) +RELOC_TYPE (GOTOFF64, REL) +RELOC_TYPE (GOTPC32, REL) +RELOC_TYPE (GOTPC32_TLSDESC, REL) +RELOC_TYPE (TLSDESC_CALL, REL) +RELOC_TYPE (TLSDESC, REL|EXEC|DYN) RELOC_TYPE (IRELATIVE, EXEC|DYN)