Add a new ELF type denoting GNU style hash tables.

Obtained from:	elftoolchain
MFC after:		1 month
This commit is contained in:
Kai Wang 2010-07-21 09:51:24 +00:00
parent 7384c87800
commit 894afa87d6

View file

@ -75,6 +75,7 @@ typedef enum {
ELF_T_VNEED,
ELF_T_WORD,
ELF_T_XWORD,
ELF_T_GNUHASH, /* GNU style hash tables. */
ELF_T_NUM
} Elf_Type;