mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 19:30:10 +00:00
elf.h: Remove SHF_GNU_BUILD_NOTE.
SHF_GNU_BUILD_NOTE was a binutils experiment. And it is no longer needed. It was also removed from binutils.
This commit is contained in:
parent
30bc003316
commit
5a96fe2e02
@ -478,7 +478,6 @@ typedef struct
|
||||
#define SHF_COMPRESSED (1 << 11) /* Section with compressed data. */
|
||||
#define SHF_MASKOS 0x0ff00000 /* OS-specific. */
|
||||
#define SHF_MASKPROC 0xf0000000 /* Processor-specific */
|
||||
#define SHF_GNU_BUILD_NOTE (1 << 20) /* Contains GNU build notes. */
|
||||
#define SHF_GNU_RETAIN (1 << 21) /* Not to be GCed by linker. */
|
||||
#define SHF_ORDERED (1 << 30) /* Special ordering requirement
|
||||
(Solaris). */
|
||||
|
Loading…
Reference in New Issue
Block a user