From: Alan Modra Date: Thu, 28 Oct 2010 08:16:34 +0000 (+0000) Subject: * ld-plugin/plugin.exp (libs): Remove $LIBS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0e607602e02fd39432f28d042783edca69efce5;p=binutils-gdb.git * ld-plugin/plugin.exp (libs): Remove $LIBS. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index edc99428102..2676bfb17a6 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-10-28 Alan Modra + + * ld-plugin/plugin.exp (libs): Remove $LIBS. + 2010-10-28 Alan Modra * ld-elf/sec-to-seg.exp (B_test_same_seg): Clear for i960, diff --git a/ld/testsuite/ld-plugin/plugin.exp b/ld/testsuite/ld-plugin/plugin.exp index 2e63ca02645..bb4f31c3a0f 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"