gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS
* testsuite/ld-gc/gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS.
This commit is contained in:
parent
f8ed12daa1
commit
bf48520113
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2018-03-13 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* po/pt_BR.po: Updated Brazilian Portuguese translation.
|
* po/pt_BR.po: Updated Brazilian Portuguese translation.
|
||||||
|
|
|
@ -127,7 +127,7 @@ if { [is_elf_format] && [check_shared_lib_support] } then {
|
||||||
|| ![ld_link $ld tmpdir/libpersonality.so "-shared tmpdir/libpersonality.o"] } then {
|
|| ![ld_link $ld tmpdir/libpersonality.so "-shared tmpdir/libpersonality.o"] } then {
|
||||||
fail libpersonality
|
fail libpersonality
|
||||||
} else {
|
} else {
|
||||||
run_dump_test "personality" [list [list ld $LFLAGS]]
|
run_dump_test "personality" [list [list ld $LDFLAGS]]
|
||||||
}
|
}
|
||||||
run_dump_test "pr18223"
|
run_dump_test "pr18223"
|
||||||
if {![ld_assemble_flags $as $gasopt $srcdir/$subdir/pr20022a.s tmpdir/pr20022a.o]
|
if {![ld_assemble_flags $as $gasopt $srcdir/$subdir/pr20022a.s tmpdir/pr20022a.o]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue