summaryrefslogtreecommitdiffstats
path: root/include/elf/i386.h
diff options
context:
space:
mode:
authorcvs2svn <>2002-09-20 00:21:59 +0000
committercvs2svn <>2002-09-20 00:21:59 +0000
commit481f35c8b3d9136e2430845fad71fb21fa3bc1d4 (patch)
treeba6ac4747e0611896a0b855e5487076550f73fef /include/elf/i386.h
parente29580df9f56e884ebb55f5681f2703fe75228a3 (diff)
downloadcygnal-481f35c8b3d9136e2430845fad71fb21fa3bc1d4.tar.gz
cygnal-481f35c8b3d9136e2430845fad71fb21fa3bc1d4.tar.bz2
cygnal-481f35c8b3d9136e2430845fad71fb21fa3bc1d4.zip
This commit was manufactured by cvs2svn to create branchcarlton_dictionary-20020920-branchpoint
'carlton_dictionary-branch'. Sprout from gdb_5_3-branch 2002-08-29 06:49:36 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_5_3-branch'.' Cherrypick from master 2002-09-20 00:21:58 UTC Alexandre Oliva <aoliva@redhat.com> '* libiberty.h (asprintf, vasprintf): Don't declare them if the': COPYING.NEWLIB ChangeLog config.guess config.sub include/ChangeLog include/dis-asm.h include/elf/ChangeLog include/elf/dwarf2.h include/elf/i386.h include/libiberty.h
Diffstat (limited to 'include/elf/i386.h')
-rw-r--r--include/elf/i386.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/elf/i386.h b/include/elf/i386.h
index c6e9709a1..95941196c 100644
--- a/include/elf/i386.h
+++ b/include/elf/i386.h
@@ -36,7 +36,10 @@ START_RELOC_NUMBERS (elf_i386_reloc_type)
RELOC_NUMBER (R_386_GOTPC, 10) /* 32 bit PC relative offset to GOT */
RELOC_NUMBER (R_386_32PLT, 11) /* Used by Sun */
FAKE_RELOC (FIRST_INVALID_RELOC, 12)
- FAKE_RELOC (LAST_INVALID_RELOC, 16)
+ FAKE_RELOC (LAST_INVALID_RELOC, 13)
+ RELOC_NUMBER (R_386_TLS_TPOFF,14)
+ RELOC_NUMBER (R_386_TLS_IE, 15)
+ RELOC_NUMBER (R_386_TLS_GOTIE,16)
RELOC_NUMBER (R_386_TLS_LE, 17)
RELOC_NUMBER (R_386_TLS_GD, 18)
RELOC_NUMBER (R_386_TLS_LDM, 19)