2008-02-19 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 20 Feb 2008 03:33:33 +0000 (03:33 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 20 Feb 2008 03:33:33 +0000 (03:33 +0000)
* elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.

elf/elf.h

index c087c6e..928e9ec 100644 (file)
--- 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.  */