From: Roland McGrath Date: Wed, 20 Feb 2008 03:33:33 +0000 (+0000) Subject: 2008-02-19 Roland McGrath X-Git-Tag: cvs/fedora-glibc-20080305T0857~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0a7cc65ad03b079e920b8608f252735f4fca63e;p=platform%2Fupstream%2Fglibc.git 2008-02-19 Roland McGrath * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro. --- diff --git a/elf/elf.h b/elf/elf.h index c087c6e..928e9ec 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. */