]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix some entries in i386_reloc.def.
authorUlrich Drepper <drepper@redhat.com>
Sat, 4 Oct 2008 20:39:55 +0000 (20:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 4 Oct 2008 20:39:55 +0000 (20:39 +0000)
backends/ChangeLog
backends/i386_reloc.def

index 96b64794f7fb808406dc58029597fd57065f5d3c..5bf38a784cdcaa0c0d1ebc40b35a045d661381d4 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-04  Ulrich Drepper  <drepper@redhat.com>
+
+       * i386_reloc.def: Fix entries for TLS_GOTDESC, TLS_DESC_CALL, and
+       TLS_DESC.
+
 2008-08-01  Roland McGrath  <roland@redhat.com>
 
        * linux-core-note.c (prstatus_items): Use 'B' instead of 'b'
index d8116f3d2c2506e1e41f6470eb1dda9a7a7a4848..bc1b835def15995a9a377ed01b27c62913b75f22 100644 (file)
@@ -61,3 +61,6 @@ RELOC_TYPE (TLS_LE_32,                REL)
 RELOC_TYPE (TLS_DTPMOD32,      EXEC|DYN)
 RELOC_TYPE (TLS_DTPOFF32,      EXEC|DYN)
 RELOC_TYPE (TLS_TPOFF32,       EXEC|DYN)
+RELOC_TYPE (TLS_GOTDESC,       REL)
+RELOC_TYPE (TLS_DESC_CALL,     REL)
+RELOC_TYPE (TLS_DESC,          EXEC)