mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Add a new ELF type denoting GNU style hash tables.
Obtained from: elftoolchain MFC after: 1 month
This commit is contained in:
parent
7384c87800
commit
894afa87d6
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue