gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 14 Mar 2018 11:07:54 +0000 (04:07 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 14 Mar 2018 11:21:32 +0000 (04:21 -0700)
* testsuite/ld-gc/gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS.

ld/ChangeLog
ld/testsuite/ld-gc/gc.exp

index 030118a3f71ea55a45d590dd58d07bb105d67344..a750599c91cb2429e49bab7f15a5a66f78fac77a 100644 (file)
@@ -1,3 +1,7 @@
+2018-03-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-gc/gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS.
+
 2018-03-13  Nick Clifton  <nickc@redhat.com>
 
        * po/pt_BR.po: Updated Brazilian Portuguese translation.
index a95d2d4900d3c203bde69ce6042f76b364ad7e6d..efdddd7452226aef4710f0022aa43f5d5913bf93 100644 (file)
@@ -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]