aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-11-05 15:34:18 +0000
committerNick Clifton <nickc@redhat.com>2009-11-05 15:34:18 +0000
commit3cbc5de02ae9955c10dc678bc2bba84da97d9905 (patch)
tree01ec6c689d1e7abe6f800966694b6d2d0f24ef56 /bfd/ChangeLog
parentcdcf946711bb98cea719b882f818ad15af47cc2d (diff)
downloadbinutils-3cbc5de02ae9955c10dc678bc2bba84da97d9905.zip
binutils-3cbc5de02ae9955c10dc678bc2bba84da97d9905.tar.gz
binutils-3cbc5de02ae9955c10dc678bc2bba84da97d9905.tar.bz2
* elflink.c (elf_link_add_object_symbols): Improve error
message generated when a symbol is left unresolved because a --no-add-needed command line option has prevented the inclusion of the DSO defining it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3c8fd00..86af786 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-05 Nick Clifton <nickc@redhat.com>
+
+ * elflink.c (elf_link_add_object_symbols): Improve error
+ message generated when a symbol is left unresolved because a
+ --no-add-needed command line option has prevented the
+ inclusion of the DSO defining it.
+
2009-11-03 Alan Modra <amodra@bigpond.net.au>
Ulrich Weigand <uweigand@de.ibm.com>