summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)