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 | |
| parent | 9cf28e4f899f97ecdc983a0af8e2be62f3d69058 (diff) | |
Fix some entries in i386_reloc.def.
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/ChangeLog | 5 | ||||
| -rw-r--r-- | backends/i386_reloc.def | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index 96b64794..5bf38a78 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,8 @@ +2008-10-04 Ulrich Drepper <[email protected]> + + * i386_reloc.def: Fix entries for TLS_GOTDESC, TLS_DESC_CALL, and + TLS_DESC. + 2008-08-01 Roland McGrath <[email protected]> * linux-core-note.c (prstatus_items): Use 'B' instead of 'b' 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) |
