Add missing x86-64 reloc types.
authorRoland McGrath <roland@redhat.com>
Sat, 8 Aug 2009 03:06:28 +0000 (20:06 -0700)
committerRoland McGrath <roland@redhat.com>
Sat, 8 Aug 2009 03:06:28 +0000 (20:06 -0700)
backends/ChangeLog
backends/x86_64_reloc.def

index 742e3cb..c9c6be2 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-07  Roland McGrath  <roland@redhat.com>
+
+       * x86_64_reloc.def: Add PC64, GOTOFF64, GOTPC32, GOTPC32_TLSDESC,
+       TLSDESC_CALL, TLSDESC.
+
 2009-07-08  Roland McGrath  <roland@redhat.com>
 
        * x86_64_cfi.c (x86_64_abi_cfi): New file.
index 5d70f47..6c9cc1b 100644 (file)
@@ -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)