aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfcomm/elfcomm.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elfcomm/elfcomm.exp')
-rw-r--r--ld/testsuite/ld-elfcomm/elfcomm.exp18
1 files changed, 0 insertions, 18 deletions
diff --git a/ld/testsuite/ld-elfcomm/elfcomm.exp b/ld/testsuite/ld-elfcomm/elfcomm.exp
index 7aafd82..52b5cd2 100644
--- a/ld/testsuite/ld-elfcomm/elfcomm.exp
+++ b/ld/testsuite/ld-elfcomm/elfcomm.exp
@@ -182,15 +182,6 @@ global link_output
set options "-r tmpdir/common1a.o tmpdir/common1b.o"
-# SH64 targets needs an extra ld option for this test.
-if [istarget sh64*-*-*] {
- if [istarget sh64*l*-*-*] {
- set options "-mshlelf32 $options"
- } else {
- set options "-mshelf32 $options"
- }
-}
-
if { [ld_link $ld tmpdir/common1.o $options] } {
unresolved $test1w1
return
@@ -219,15 +210,6 @@ if { [dump_common1 $test1c1] } {
set options "-r tmpdir/common1b.o tmpdir/common1a.o"
-# SH64 targets needs an extra ld option for this test.
-if [istarget sh64*-*-*] {
- if [istarget sh64*l*-*-*] {
- set options "-mshlelf32 $options"
- } else {
- set options "-mshelf32 $options"
- }
-}
-
if { [ld_link $ld tmpdir/common1.o $options] } {
unresolved $test1w2
return