diff options
author | Nick Clifton <nickc@redhat.com> | 2020-12-07 16:17:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-12-07 16:17:40 +0000 |
commit | 846141822b5d8f6ecc549ce98be474522b95d9cb (patch) | |
tree | 18c789899026c6787687082c9c05254292e5efa4 /include/elf | |
parent | 014cc7f849e8209623fc99264814bce7b3b6faf2 (diff) | |
download | gdb-846141822b5d8f6ecc549ce98be474522b95d9cb.zip gdb-846141822b5d8f6ecc549ce98be474522b95d9cb.tar.gz gdb-846141822b5d8f6ecc549ce98be474522b95d9cb.tar.bz2 |
Remove references to the unofficial SHF_GNU_BUILD_NOTE section flag.
binutils * objcopy.c (is_mergeable_note_section): Remove reference to
SHF_GNU_BUILD_NOTE.
include * elf/common.h (SHF_GNU_BUILD_NOTE): Delete.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 95a852f..6482f8c 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -553,7 +553,6 @@ /* #define SHF_MASKOS 0x0F000000 *//* OS-specific semantics */ #define SHF_MASKOS 0x0FF00000 /* New value, Oct 4, 1999 Draft */ -#define SHF_GNU_BUILD_NOTE (1 << 20) /* Section contains GNU BUILD ATTRIBUTE notes. */ #define SHF_GNU_RETAIN (1 << 21) /* Section should not be garbage collected by the linker. */ #define SHF_MASKPROC 0xF0000000 /* Processor-specific semantics */ |