Support --hash-style=gnu.
This commit is contained in:
parent
94633a5094
commit
13670ee669
3 changed files with 50 additions and 16 deletions
|
@ -346,6 +346,10 @@ enum SHT
|
|||
SHT_LOUSER = 0x80000000,
|
||||
SHT_HIUSER = 0xffffffff,
|
||||
// The remaining values are not in the standard.
|
||||
// Object attributes.
|
||||
SHT_GNU_ATTRIBUTES = 0x6ffffff5,
|
||||
// GNU style dynamic hash table.
|
||||
SHT_GNU_HASH = 0x6ffffff6,
|
||||
// List of prelink dependencies.
|
||||
SHT_GNU_LIBLIST = 0x6ffffff7,
|
||||
// Versions defined by file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue