ld: Run pr23189 for all targets
Since the pr23189 test isn't Linux specific, run it for all targets. * testsuite/ld-i386/i386.exp: Run pr23189 for all targets. * testsuite/ld-x86-64/x86-64.exp: Likewise.
This commit is contained in:
parent
7ff8cb8c51
commit
941036f4ff
@ -1,3 +1,8 @@
|
||||
2018-05-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* testsuite/ld-i386/i386.exp: Run pr23189 for all targets.
|
||||
* testsuite/ld-x86-64/x86-64.exp: Likewise.
|
||||
|
||||
2018-05-18 John Darrington <john@darrington.wattle.id.au>
|
||||
|
||||
* Makefile.am: Add support for s12z architecture.
|
||||
|
@ -458,6 +458,7 @@ run_dump_test "pr22115-1d"
|
||||
run_dump_test "pr22135"
|
||||
run_dump_test "pr22782"
|
||||
run_dump_test "pr22929"
|
||||
run_dump_test "pr23189"
|
||||
|
||||
if { !([istarget "i?86-*-linux*"]
|
||||
|| [istarget "i?86-*-gnu*"]
|
||||
@ -479,7 +480,6 @@ run_dump_test "pr18815"
|
||||
run_dump_test "pr19939a"
|
||||
run_dump_test "pr19939b"
|
||||
run_dump_test "tlsdesc2"
|
||||
run_dump_test "pr23189"
|
||||
|
||||
proc undefined_weak {cflags ldflags} {
|
||||
set testname "Undefined weak symbol"
|
||||
|
@ -395,6 +395,7 @@ run_dump_test "pr22115-1d-x32"
|
||||
run_dump_test "pr22135"
|
||||
run_dump_test "pr22782a"
|
||||
run_dump_test "pr22782b"
|
||||
run_dump_test "pr23189"
|
||||
|
||||
if { ![istarget "x86_64-*-linux*"] && ![istarget "x86_64-*-nacl*"]} {
|
||||
return
|
||||
@ -606,7 +607,6 @@ run_dump_test "pr20253-5b"
|
||||
run_dump_test "tlsdesc2"
|
||||
run_dump_test "pr22048"
|
||||
run_dump_test "pr22929"
|
||||
run_dump_test "pr23189"
|
||||
|
||||
proc undefined_weak {cflags ldflags} {
|
||||
set testname "Undefined weak symbol"
|
||||
|
Loading…
Reference in New Issue
Block a user