diff options
Diffstat (limited to 'ld/testsuite/ld-elf/shared.exp')
-rw-r--r-- | ld/testsuite/ld-elf/shared.exp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp index 1b6e02f..0076740 100644 --- a/ld/testsuite/ld-elf/shared.exp +++ b/ld/testsuite/ld-elf/shared.exp @@ -533,7 +533,7 @@ if { [istarget *-*-linux*] "Run pr18718" \ "" \ "" \ - { pr18718.c } \ + { pr18718.c check-ptr-eq.c } \ "pr18718" \ "pass.out" \ "-O2 -I../bfd" \ @@ -542,7 +542,7 @@ if { [istarget *-*-linux*] "Run pr18718 with PIE (1)" \ "-pie" \ "" \ - { pr18718.c } \ + { pr18718.c check-ptr-eq.c } \ "pr18718pie1" \ "pass.out" \ "-O2 -fPIE -I../bfd" \ @@ -551,7 +551,7 @@ if { [istarget *-*-linux*] "Run pr18718 with PIE (2)" \ "" \ "" \ - { pr18718.c } \ + { pr18718.c check-ptr-eq.c } \ "pr18718pie2" \ "pass.out" \ "-O2 -fPIE -I../bfd" \ @@ -560,7 +560,7 @@ if { [istarget *-*-linux*] "Run pr18718 with PIC (1)" \ "" \ "" \ - { pr18718.c } \ + { pr18718.c check-ptr-eq.c } \ "pr18718pic1" \ "pass.out" \ "-O2 -fPIC -I../bfd" \ @@ -569,7 +569,7 @@ if { [istarget *-*-linux*] "Run pr18718 with PIC (2)" \ "-pie" \ "" \ - { pr18718.c } \ + { pr18718.c check-ptr-eq.c } \ "pr18718pic2" \ "pass.out" \ "-O2 -fPIC -I../bfd" \ |