diff options
author | Nick Clifton <nickc@redhat.com> | 2018-05-14 15:32:43 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-05-14 15:32:43 +0100 |
commit | 864bb26cb34ce6f0a85f83ed38757d5512d07b2a (patch) | |
tree | 8a40c86dd1c10eb27592f4dafcf7025597d92a1b /gas/ChangeLog | |
parent | c3533c4c7c5db84b27e4dc8994a3c3a893077c03 (diff) | |
download | gdb-864bb26cb34ce6f0a85f83ed38757d5512d07b2a.zip gdb-864bb26cb34ce6f0a85f83ed38757d5512d07b2a.tar.gz gdb-864bb26cb34ce6f0a85f83ed38757d5512d07b2a.tar.bz2 |
Stop generating GNU build notes for linkonce sections.
gas * write.c (maybe_generate_build_notes): Generate notes on a
per-code-section basis. Skip linkonce sections.
ld * testsuite/ld-elf/notes.exp: New file: Run new test.
* testsuite/ld-elf/note1_1.s: New file: Source file for test.
* testsuite/ld-elf/note1_2.s: New file: Source file for test.
* testsuite/ld-elf/note1.r: New file: Expected readelf output.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8322ccf..358f033 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2018-05-14 Nick Clifton <nickc@redhat.com> + * write.c (maybe_generate_build_notes): Generate notes on a + per-code-section basis. Skip linkonce sections. + +2018-05-14 Nick Clifton <nickc@redhat.com> + PR 23153 * as.c (main): When checking for an output file that is also an input file, also check that the inode is not zero. |