summaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-03-04 21:58:30 -0800
committerUlrich Drepper <drepper@redhat.com>2010-03-04 21:58:30 -0800
commit77615134ad72fda6c55492addb8dfb273eaa411f (patch)
treece4b40813b66bc5725a506fb5ec0047d0001642d /backends
parentf7a9a9e421dcba940c26cff9a87493c9c7e0788b (diff)
downloadelfutils-77615134ad72fda6c55492addb8dfb273eaa411f.tar.gz
Support new x86-64 relocations.
Diffstat (limited to 'backends')
-rw-r--r--backends/ChangeLog5
-rw-r--r--backends/x86_64_reloc.def2
2 files changed, 7 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index 4ec13fd8..f862cbd1 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-04 Ulrich Drepper <drepper@redhat.com>
+
+ * x86_64_reloc.def: Add entries for R_X86_64_SIZE32 and
+ R_X86_64_SIZE64.
+
2010-02-18 Roland McGrath <roland@redhat.com>
* 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 6c9cc1b7..ef302e55 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)