diff options
| author | Ulrich Drepper <[email protected]> | 2008-10-04 20:39:55 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2008-10-04 20:39:55 +0000 |
| commit | a4c9d281616090c46ffc4fc3234d64e915008e1a (patch) | |
| tree | 6220e63fc0d84bcd376519c34abac9a81e80b4d2 /backends/i386_reloc.def | |
| parent | 9cf28e4f899f97ecdc983a0af8e2be62f3d69058 (diff) | |
Fix some entries in i386_reloc.def.
Diffstat (limited to 'backends/i386_reloc.def')
| -rw-r--r-- | backends/i386_reloc.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/i386_reloc.def b/backends/i386_reloc.def index d8116f3d..bc1b835d 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) |
