diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-12-10 12:35:35 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-12-10 12:35:50 -0800 |
commit | c5847ba7267b6eedd4b750f5eeece3ec037a27fd (patch) | |
tree | 4e4c0dce955a2d155dc9ad8ae1a46930613a53b6 /ld/testsuite/ChangeLog | |
parent | Fix regression revealed by corethreads.exp (diff) | |
download | binutils-gdb-c5847ba7267b6eedd4b750f5eeece3ec037a27fd.tar.gz binutils-gdb-c5847ba7267b6eedd4b750f5eeece3ec037a27fd.tar.bz2 binutils-gdb-c5847ba7267b6eedd4b750f5eeece3ec037a27fd.zip |
ld -r doesn't need plugin for slim lto object
Plugin isn't required on slim lto object for relocatable link.
bfd/
PR ld/19317
* linker.c (_bfd_generic_link_add_one_symbol): Don't complain
plugin needed to handle slim lto object for relocatable link.
ld/testsuite/
PR ld/19317
* ld-plugin/lto.exp (lto_no_fat): New.
(lto_link_tests): Add a test for PR ld/19317.
(lto_run_tests): Likewise.
(run_ld_link_tests): Likewise.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 38d9c77b6d5..3ce86d6cb26 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2015-12-10 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/19317 + * ld-plugin/lto.exp (lto_no_fat): New. + (lto_link_tests): Add a test for PR ld/19317. + (lto_run_tests): Likewise. + (run_ld_link_tests): Likewise. + 2015-12-07 Jan Beulich <jbeulich@suse.com> * ld-elf/gabiend.rt: Accept any alignment. |