* ld-plugin/plugin.exp (libs): Remove $LIBS.
authorAlan Modra <amodra@gmail.com>
Thu, 28 Oct 2010 08:16:34 +0000 (08:16 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 28 Oct 2010 08:16:34 +0000 (08:16 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-plugin/plugin.exp

index edc994281025bec6e10df59213ac5a09d1e75b7f..2676bfb17a62e847653bba474f6c59b6cc9a57aa 100644 (file)
@@ -1,3 +1,7 @@
+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,
index 2e63ca02645eda2dcbe94b8bdefe880d08b8b8b5..bb4f31c3a0ff5f74b45716c240da5d53690ff545 100644 (file)
@@ -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"
This page took 0.03561 seconds and 4 git commands to generate.