about summary refs log tree commit diff
path: root/elf/elf.h
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2020-12-11 23:58:24 +0100
committerMark Wielaard <mark@klomp.org>2020-12-12 14:39:44 +0100
commit5a96fe2e02c740771206a2d96b902e97675daabb (patch)
treec14365150ffba07360dadbb11cd2519fd55644ac /elf/elf.h
parent30bc0033160c3288bf2af0b70858e78253dfd5c0 (diff)
downloadglibc-5a96fe2e02c740771206a2d96b902e97675daabb.tar.gz
glibc-5a96fe2e02c740771206a2d96b902e97675daabb.tar.xz
glibc-5a96fe2e02c740771206a2d96b902e97675daabb.zip
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.
Diffstat (limited to 'elf/elf.h')
-rw-r--r--elf/elf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 0300d7cfac..8e3e618fa1 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -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).  */