diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-03-14 04:07:54 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-03-14 04:21:32 -0700 |
commit | bf48520113c4265017769d374f6b1a7ce3fc8e41 (patch) | |
tree | 5d3981dd52923b7463511c0f03e4fffadc4a1f57 /ld | |
parent | f8ed12daa1f383f43504570e401729e699f7ecfc (diff) | |
download | gdb-bf48520113c4265017769d374f6b1a7ce3fc8e41.zip gdb-bf48520113c4265017769d374f6b1a7ce3fc8e41.tar.gz gdb-bf48520113c4265017769d374f6b1a7ce3fc8e41.tar.bz2 |
gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS
* testsuite/ld-gc/gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-gc/gc.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 030118a3..a750599 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. diff --git a/ld/testsuite/ld-gc/gc.exp b/ld/testsuite/ld-gc/gc.exp index a95d2d4..efdddd7 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] |