gc.exp: Remove extraneous LD flags from the personality test
authorMaciej W. Rozycki <macro@mips.com>
Tue, 20 Mar 2018 11:48:59 +0000 (11:48 +0000)
committerMaciej W. Rozycki <macro@mips.com>
Tue, 20 Mar 2018 11:48:59 +0000 (11:48 +0000)
commited3818775569116d7f09df3d81e22cb8169a8c06
treef464b703d449b83542788a03abf30c74678d561e
parent7e1001406d02053fb1b94bc33ccb8a3f14dfc9cf
gc.exp: Remove extraneous LD flags from the personality test

Complement commit 8988502d7534 ("MIPS/LD/testsuite: Correct dynamic
links with VR4100, VR4300 and VR5000") and commit bf48520113c4 ("gc.exp:
Fix a typo: $LFLAGS -> $LDFLAGS"), and remove extraneous additional LD
flags explicitly passed to the personality test on invocation.  This
passing has accidentally leaked from a WIP version of the former change.

With the actual version committed the $LDFLAGS global variable is used
instead for `run_dump_test' to use implicitly, so that `-call_shared'
precedes `-lpersonality' on the linker's command line, as otherwise a
shared `libpersonality.so' library wouldn't be considered for linking,
causing the test to fail.

ld/
* testsuite/ld-gc/gc.exp: Remove extraneous LD flags from the
personality test.
ld/ChangeLog
ld/testsuite/ld-gc/gc.exp
This page took 0.024728 seconds and 4 git commands to generate.