Support new x86-64 relocations.
authorUlrich Drepper <drepper@redhat.com>
Fri, 5 Mar 2010 05:58:30 +0000 (21:58 -0800)
committerUlrich Drepper <drepper@redhat.com>
Fri, 5 Mar 2010 05:58:30 +0000 (21:58 -0800)
backends/ChangeLog
backends/x86_64_reloc.def

index 4ec13fd..f862cbd 100644 (file)
@@ -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
index 6c9cc1b..ef302e5 100644 (file)
@@ -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)