diff options
author | Alan Modra <amodra@gmail.com> | 2008-09-30 04:47:50 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-09-30 04:47:50 +0000 |
commit | 33177bb15400289f41986eee3e0defd8c7c12658 (patch) | |
tree | 3e1fa0f50af72b9f1e91b2e7edce7cffb5200886 /bfd/ChangeLog | |
parent | c0cf08ad1bcfa8d6bdd2ac24dd71fd1f1e72276f (diff) | |
download | gdb-33177bb15400289f41986eee3e0defd8c7c12658.zip gdb-33177bb15400289f41986eee3e0defd8c7c12658.tar.gz gdb-33177bb15400289f41986eee3e0defd8c7c12658.tar.bz2 |
* elflink.c (elf_link_add_object_symbols): Don't ignore returned
value of check_directives.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c0a81a4..49bf2e3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2008-09-30 Alan Modra <amodra@bigpond.net.au> + + * elflink.c (elf_link_add_object_symbols): Don't ignore returned + value of check_directives. + 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com> Steve Ellcey <sje@cup.hp.com> |