2008-02-19 Roland McGrath <roland@redhat.com>

* elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
This commit is contained in:
Roland McGrath 2008-02-20 03:33:33 +00:00
parent c913639332
commit a0a7cc65ad
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@ typedef struct
#define SHT_SYMTAB_SHNDX 18 /* Extended section indeces */
#define SHT_NUM 19 /* Number of defined types. */
#define SHT_LOOS 0x60000000 /* Start OS-specific. */
#define SHT_GNU_ATTRIBUTES 0x6ffffff5 /* Object attributes. */
#define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table. */
#define SHT_GNU_LIBLIST 0x6ffffff7 /* Prelink library list */
#define SHT_CHECKSUM 0x6ffffff8 /* Checksum for DSO content. */