aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@mips.com>2018-01-31 14:47:12 +0000
committerMaciej W. Rozycki <macro@mips.com>2018-01-31 14:47:12 +0000
commitf3a9baf18db14707276a8c911d4a6409ad965926 (patch)
tree84823bce33ece94a1ba1a5ceaa20bb61723929fd /ld/ChangeLog
parent3045b47554503c6f154e446662204e295fc769a1 (diff)
downloadgdb-f3a9baf18db14707276a8c911d4a6409ad965926.zip
gdb-f3a9baf18db14707276a8c911d4a6409ad965926.tar.gz
gdb-f3a9baf18db14707276a8c911d4a6409ad965926.tar.bz2
LD/testsuite: Move ELF shared library tests from elf.exp to shared.exp
Move those ELF shared library tests that are in ld-elf/elf.exp over to ld-elf/shared.exp, to keep them all together and make the maintenance of extra flags needed with some targets and shared library builds easier, and also removing the need for the large: if { [check_shared_lib_support] } then { [...] } conditional block and consequently reducing indentation, which always helps with TCL code. No functional change, except for the order of individual test case execution which has changed accordingly, i.e. the test results are shuffled. ld/ * testsuite/ld-elf/elf.exp: Move shared library tests over to... * testsuite/ld-elf/shared.exp: ... here.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2042e6c..2230eb7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-31 Maciej W. Rozycki <macro@mips.com>
+
+ * testsuite/ld-elf/elf.exp: Move shared library tests over to...
+ * testsuite/ld-elf/shared.exp: ... here.
+
2018-01-31 Michael Matz <matz@suse.de>
* testsuite/ld-elf/pr21964-5.c: New test.