summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2008-02-20 03:33:33 +0000
committerRoland McGrath <roland@gnu.org>2008-02-20 03:33:33 +0000
commita0a7cc65ad03b079e920b8608f252735f4fca63e (patch)
tree0a9578c4d11d406ac80b4f146799df2a44375270 /elf
parentc9136393324adcf02329a9a3749d99968adefd0c (diff)
2008-02-19 Roland McGrath <roland@redhat.com>
* elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index c087c6e714..928e9ec976 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -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. */