diff options
author | Alan Modra <amodra@gmail.com> | 2007-09-15 06:21:06 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-09-15 06:21:06 +0000 |
commit | 83e4970bb760a819e490875923d71a427f399976 (patch) | |
tree | 4deea741dd3471c9d4c710e139b087f83070425f /ld/ChangeLog | |
parent | 0bc43230d60765d9cc6d0e9bffef91ae6b956843 (diff) | |
download | gdb-83e4970bb760a819e490875923d71a427f399976.zip gdb-83e4970bb760a819e490875923d71a427f399976.tar.gz gdb-83e4970bb760a819e490875923d71a427f399976.tar.bz2 |
PR ld/5025
* emultempl/elf32.em (write_build_id_section): Correct test for
"missing" .note.gnu.build-id. Downgrade error to a warning if
it has been discarded.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2ffe397..d426fe1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2007-09-15 Alan Modra <amodra@bigpond.net.au> + + PR ld/5025 + * emultempl/elf32.em (write_build_id_section): Correct test for + "missing" .note.gnu.build-id. Downgrade error to a warning if + it has been discarded. + 2007-09-08 Alan Modra <amodra@bigpond.net.au> * ldwrite.c (build_link_order <lang_padding_statement_enum>): Correct |