diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/x86-64.exp')
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index 5de67ca..69728c2 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -503,6 +503,14 @@ if { [isnative] && [which $CC] != 0 } { {{readelf {-Wrd} pr18900b.rd}} \ "pr18900b" \ ] \ + [list \ + "Build pr19031.so" \ + "-shared" \ + "-fPIC" \ + { pr19031a.c } \ + "" \ + "pr19031.so" \ + ] \ ] run_ld_link_exec_tests [] [list \ @@ -557,6 +565,14 @@ if { [isnative] && [which $CC] != 0 } { "pr18900" \ "pr18900.out" \ ] \ + [list \ + "Run pr19031" \ + "tmpdir/pr19031.so" \ + "" \ + { pr19031b.S pr19031c.c } \ + "pr19031" \ + "pr19031.out" \ + ] \ ] if { [istarget "x86_64-*-linux*"] \ |