diff options
author | Alan Modra <amodra@gmail.com> | 2014-04-05 12:38:47 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-04-05 17:31:47 +1030 |
commit | 115c6d5c37ee70477adc3d8c45ec7d77c2278951 (patch) | |
tree | 864fd4fc34b5e07c4b94f50da0a07a6720e00594 /bfd/ChangeLog | |
parent | 2cafe348f61bae1037dac338ba434ebf86c0d670 (diff) | |
download | gdb-115c6d5c37ee70477adc3d8c45ec7d77c2278951.zip gdb-115c6d5c37ee70477adc3d8c45ec7d77c2278951.tar.gz gdb-115c6d5c37ee70477adc3d8c45ec7d77c2278951.tar.bz2 |
Fix map file reference
The testcase in pr16417 comment #6 produces a map file showing
libpthread.so.0 (write@@GLIBC_2.2.5)
ie. missing the file referencing the symbol.
* elflink.c (_bfd_elf_add_default_symbol): Pass poldbfd when
merging non-default sym.
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 f5216eb..6ad175f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2014-04-05 Alan Modra <amodra@gmail.com> + + * elflink.c (_bfd_elf_add_default_symbol): Pass poldbfd when + merging non-default sym. + 2014-04-04 Tristan Gingold <gingold@adacore.com> * mach-o.c (bfd_mach_o_header_p): Reject 64 bit target when not |