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 /binutils/ChangeLog | |
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 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5f6d98f..d139b13 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-12-07 Nick Clifton <nickc@redhat.com> + + * objcopy.c (is_mergeable_note_section): Remove reference to + SHF_GNU_BUILD_NOTE. + 2020-12-07 Siddhesh Poyarekar <siddhesh@sourceware.org> PR 26945 |