diff options
author | Jiong Wang <jiong.wang@arm.com> | 2017-01-24 09:33:00 +0000 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2017-01-24 09:33:00 +0000 |
commit | 077c11e8679ea7fb4fae977327786fea8353132f (patch) | |
tree | 3e15e32bca0078e6ccbac0035986d5ebe7546eba /ld/ChangeLog | |
parent | f0158f44168c29338e0b4424c69589f79bf58b19 (diff) | |
download | gdb-077c11e8679ea7fb4fae977327786fea8353132f.zip gdb-077c11e8679ea7fb4fae977327786fea8353132f.tar.gz gdb-077c11e8679ea7fb4fae977327786fea8353132f.tar.bz2 |
[ld, testsuite] Always assemble those intermeidate .o files used later
ld/
* testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Move "Compile 7",
"Compile 8a", "Compile 8b"...
(lto_compile_elf_tests): ...to here. Always run these tests.
(lto_run_elf_tests): Move "LTO 7"...
(lto_run_elf_shared_tests): ...to here. Restrict these tests on
environment where share library is supported.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f2566a2..941ca13 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2017-01-24 Jiong Wang <jiong.wang@arm.com> + + * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Move "Compile 7", + "Compile 8a", "Compile 8b"... + (lto_compile_elf_tests): ...to here. Always run these tests. + (lto_run_elf_tests): Move "LTO 7"... + (lto_run_elf_shared_tests): ...to here. Restrict these tests on + environment where share library is supported. + 2017-01-24 Alan Modra <amodra@gmail.com> * testsuite/ld-powerpc/tlsexe.r: Update for fewer dynamic relocs |