diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-05-18 14:13:26 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-05-18 14:16:16 -0700 |
commit | 941036f4ffb95a553fd1a0c44313d72ddcf5cbf0 (patch) | |
tree | 0ceb5cdc4b24bc5e256cfab1032315ab67d73baf /ld/testsuite/ld-i386 | |
parent | 7ff8cb8c51adec9cd1b461f9b670223d01223fef (diff) | |
download | gdb-941036f4ffb95a553fd1a0c44313d72ddcf5cbf0.zip gdb-941036f4ffb95a553fd1a0c44313d72ddcf5cbf0.tar.gz gdb-941036f4ffb95a553fd1a0c44313d72ddcf5cbf0.tar.bz2 |
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.
Diffstat (limited to 'ld/testsuite/ld-i386')
-rw-r--r-- | ld/testsuite/ld-i386/i386.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-i386/i386.exp b/ld/testsuite/ld-i386/i386.exp index 7aec534..5683a75 100644 --- a/ld/testsuite/ld-i386/i386.exp +++ b/ld/testsuite/ld-i386/i386.exp @@ -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" |