From: Ulrich Drepper Date: Fri, 5 Mar 2010 05:58:30 +0000 (-0800) Subject: Support new x86-64 relocations. X-Git-Tag: elfutils-0.146~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77615134ad72fda6c55492addb8dfb273eaa411f;p=thirdparty%2Felfutils.git Support new x86-64 relocations. --- diff --git a/backends/ChangeLog b/backends/ChangeLog index 4ec13fd88..f862cbd11 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,8 @@ +2010-03-04 Ulrich Drepper + + * x86_64_reloc.def: Add entries for R_X86_64_SIZE32 and + R_X86_64_SIZE64. + 2010-02-18 Roland McGrath * Makefile.am (libebl_%.so): Use multi-target pattern rule instead of diff --git a/backends/x86_64_reloc.def b/backends/x86_64_reloc.def index 6c9cc1b71..ef302e550 100644 --- a/backends/x86_64_reloc.def +++ b/backends/x86_64_reloc.def @@ -52,6 +52,8 @@ RELOC_TYPE (TPOFF32, REL) RELOC_TYPE (PC64, REL|EXEC|DYN) RELOC_TYPE (GOTOFF64, REL) RELOC_TYPE (GOTPC32, REL) +RELOC_TYPE (SIZE32, REL|EXEC|DYN) +RELOC_TYPE (SIZE64, REL|EXEC|DYN) RELOC_TYPE (GOTPC32_TLSDESC, REL) RELOC_TYPE (TLSDESC_CALL, REL) RELOC_TYPE (TLSDESC, REL|EXEC|DYN)