diff options
author | Roland McGrath <roland@gnu.org> | 2008-02-20 03:33:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-02-20 03:33:33 +0000 |
commit | a0a7cc65ad03b079e920b8608f252735f4fca63e (patch) | |
tree | 0a9578c4d11d406ac80b4f146799df2a44375270 | |
parent | c9136393324adcf02329a9a3749d99968adefd0c (diff) | |
download | glibc-a0a7cc65ad03b079e920b8608f252735f4fca63e.zip glibc-a0a7cc65ad03b079e920b8608f252735f4fca63e.tar.gz glibc-a0a7cc65ad03b079e920b8608f252735f4fca63e.tar.bz2 |
2008-02-19 Roland McGrath <roland@redhat.com>
* elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
-rw-r--r-- | elf/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |