diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-13 04:58:16 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-13 04:58:29 -0700 |
commit | f0bf6bfd70fd550a0b01f8bef938a205702b0465 (patch) | |
tree | ec967d94aab5d2f64bdfcbc326fa32b545f18b8f /bfd/ChangeLog | |
parent | 8cd8f2f8ac49276437b7da37f275706ea1c1c925 (diff) | |
download | gdb-f0bf6bfd70fd550a0b01f8bef938a205702b0465.zip gdb-f0bf6bfd70fd550a0b01f8bef938a205702b0465.tar.gz gdb-f0bf6bfd70fd550a0b01f8bef938a205702b0465.tar.bz2 |
Don't check object claimed by plugin
When ELF linker backend searchs the symbol table of an archive element,
it should skip the object which has been claimed by plugin.
PR ld/18250
* elflink.c (elf_link_is_defined_archive_symbol): Return FALSE
if the object has been claimed by plugin.
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 207884a..729630d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2015-04-13 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/18250 + * elflink.c (elf_link_is_defined_archive_symbol): Return FALSE + if the object has been claimed by plugin. + 2015-04-11 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c (elf_i386_relocate_section): Replace SYMBOLIC_BIND |