* elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_GOT_PLT.

This commit is contained in:
Cary Coutant 2010-08-12 22:18:14 +00:00
parent 0e70b9111a
commit 84a3e6771f
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2010-08-12 Cary Coutant <ccoutant@google.com>
* elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_GOT_PLT.
2010-08-12 Cary Coutant <ccoutant@google.com>
* elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_SYMTAB,

View file

@ -367,6 +367,7 @@ enum SHT
SHT_GNU_INCREMENTAL_INPUTS = 0x6fff4700,
SHT_GNU_INCREMENTAL_SYMTAB = 0x6fff4701,
SHT_GNU_INCREMENTAL_RELOCS = 0x6fff4702,
SHT_GNU_INCREMENTAL_GOT_PLT = 0x6fff4703,
// Object attributes.
SHT_GNU_ATTRIBUTES = 0x6ffffff5,
// GNU style dynamic hash table.