aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-10-28 08:16:34 +0000
committerAlan Modra <amodra@gmail.com>2010-10-28 08:16:34 +0000
commitf0e607602e02fd39432f28d042783edca69efce5 (patch)
tree9fc1c0445cccbdc050d1918669911fcf53b9ddec
parentbe7a250d1ad5e113f55e22ec0a70478c65166967 (diff)
downloadgdb-f0e607602e02fd39432f28d042783edca69efce5.zip
gdb-f0e607602e02fd39432f28d042783edca69efce5.tar.gz
gdb-f0e607602e02fd39432f28d042783edca69efce5.tar.bz2
* ld-plugin/plugin.exp (libs): Remove $LIBS.
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-plugin/plugin.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index edc9942..2676bfb 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2010-10-28 Alan Modra <amodra@gmail.com>
+ * ld-plugin/plugin.exp (libs): Remove $LIBS.
+
+2010-10-28 Alan Modra <amodra@gmail.com>
+
* ld-elf/sec-to-seg.exp (B_test_same_seg): Clear for i960,
microblaze, moxie, and mt.
diff --git a/ld/testsuite/ld-plugin/plugin.exp b/ld/testsuite/ld-plugin/plugin.exp
index 2e63ca0..bb4f31c 100644
--- a/ld/testsuite/ld-plugin/plugin.exp
+++ b/ld/testsuite/ld-plugin/plugin.exp
@@ -55,7 +55,7 @@ verbose "Full plugin path $plugin_path" 2
set testobjfiles "$HOSTING_CRT0 tmpdir/main.o tmpdir/func.o tmpdir/text.o"
set testobjfiles_notext "$HOSTING_CRT0 tmpdir/main.o tmpdir/func.o"
-set libs "$LIBS $HOSTING_LIBS"
+set libs "$HOSTING_LIBS"
set regclm "-plugin-opt registerclaimfile"
set regas "-plugin-opt registerallsymbolsread"