forked from pool/elfutils
20 lines
711 B
Diff
20 lines
711 B
Diff
From: Ulrich Drepper <drepper@redhat.com>
|
|
Date: Sat, 4 Oct 2008 20:39:55 +0000 (+0000)
|
|
Subject: Fix some entries in i386_reloc.def.
|
|
X-Git-Url: http://git.fedorahosted.org/git/elfutils.git?p=elfutils.git;a=commitdiff_plain;h=a4c9d281616090c46ffc4fc3234d64e915008e1a
|
|
|
|
Fix some entries in i386_reloc.def.
|
|
---
|
|
|
|
diff --git a/backends/i386_reloc.def b/backends/i386_reloc.def
|
|
index d8116f3..bc1b835 100644
|
|
--- a/backends/i386_reloc.def
|
|
+++ b/backends/i386_reloc.def
|
|
@@ -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)
|