Skip to content

Commit 40640a9

Browse files
committed
add new SHF_* flags from binutils
1 parent a935c61 commit 40640a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/elf.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,9 @@ typedef struct
366366
required */
367367
#define SHF_GROUP (1 << 9) /* Section is member of a group. */
368368
#define SHF_TLS (1 << 10) /* Section hold thread-local data. */
369+
#define SHF_COMPRESSED (1 << 11) /* Section with compressed data */
369370
#define SHF_MASKOS 0x0ff00000 /* OS-specific. */
371+
#define SHF_GNU_BUILD_NOTE (1 << 20) /* Section contains GNU BUILD ATTRIBUTE notes. */
370372
#define SHF_MASKPROC 0xf0000000 /* Processor-specific */
371373
#define SHF_ORDERED (1 << 30) /* Special ordering requirement
372374
(Solaris). */

0 commit comments

Comments
 (0)