elf: Add latest x86 relocation types.

svn path=/trunk/yasm/; revision=2208
This commit is contained in:
Peter Johnson 2009-07-22 05:45:03 +00:00
parent 0f373ef2ae
commit fbb1fd248d

View file

@ -303,7 +303,10 @@ typedef enum {
R_386_TLS_LE_32 = 34, /* Offset relative to static TLS block */
R_386_TLS_DTPMOD32 = 35, /* ID of module containing symbol */
R_386_TLS_DTPOFF32 = 36, /* Offset in TLS block */
R_386_TLS_TPOFF32 = 37 /* Offset in static TLS block */
R_386_TLS_TPOFF32 = 37, /* Offset in static TLS block */
R_386_TLS_GOTDESC = 39,
R_386_TLS_DESC_CALL = 40,
R_386_TLS_DESC = 41
} elf_386_relocation_type;
typedef enum {