diff options
author | Alan Modra <amodra@gmail.com> | 2010-12-04 04:42:06 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-12-04 04:42:06 +0000 |
commit | 17d078c589fe8001fa282e280e03ef84f0fb0f84 (patch) | |
tree | d6511869694ade0e98adbb4063ce950c1e0ab167 /bfd/ChangeLog | |
parent | c5b0a9ef7e4cef42c02aa446fd6e4481823df62c (diff) | |
download | gdb-17d078c589fe8001fa282e280e03ef84f0fb0f84.zip gdb-17d078c589fe8001fa282e280e03ef84f0fb0f84.tar.gz gdb-17d078c589fe8001fa282e280e03ef84f0fb0f84.tar.bz2 |
PR ld/12277
* elflink.c (elf_link_output_extsym): Set bfd_error on symbol
and section errors. Allow better translation of error messages.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 20df60a..ca8f6cb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2010-12-04 Alan Modra <amodra@gmail.com> + + PR ld/12277 + * elflink.c (elf_link_output_extsym): Set bfd_error on symbol + and section errors. Allow better translation of error messages. + 2010-12-02 Richard Sandiford <richard.sandiford@linaro.org> * elf32-arm.c (elf32_arm_link_hash_table): Remove sgot, sgotplt, |