From: H.J. Lu Date: Wed, 14 Mar 2018 11:07:54 +0000 (-0700) Subject: gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf48520113c4;p=binutils-gdb.git gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS * testsuite/ld-gc/gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 030118a3f71..a750599c91c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2018-03-14 H.J. Lu + + * testsuite/ld-gc/gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS. + 2018-03-13 Nick Clifton * po/pt_BR.po: Updated Brazilian Portuguese translation. diff --git a/ld/testsuite/ld-gc/gc.exp b/ld/testsuite/ld-gc/gc.exp index a95d2d4900d..efdddd74522 100644 --- a/ld/testsuite/ld-gc/gc.exp +++ b/ld/testsuite/ld-gc/gc.exp @@ -127,7 +127,7 @@ if { [is_elf_format] && [check_shared_lib_support] } then { || ![ld_link $ld tmpdir/libpersonality.so "-shared tmpdir/libpersonality.o"] } then { fail libpersonality } else { - run_dump_test "personality" [list [list ld $LFLAGS]] + run_dump_test "personality" [list [list ld $LDFLAGS]] } run_dump_test "pr18223" if {![ld_assemble_flags $as $gasopt $srcdir/$subdir/pr20022a.s tmpdir/pr20022a.o]