diff options
Diffstat (limited to 'ld/testsuite/ld-sh/rd-sh.exp')
-rw-r--r-- | ld/testsuite/ld-sh/rd-sh.exp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ld/testsuite/ld-sh/rd-sh.exp b/ld/testsuite/ld-sh/rd-sh.exp index 9360c1e..3203a8d 100644 --- a/ld/testsuite/ld-sh/rd-sh.exp +++ b/ld/testsuite/ld-sh/rd-sh.exp @@ -36,17 +36,6 @@ global LDFLAGS set asflags_save "$ASFLAGS" set ldflags_save "$LDFLAGS" -if {[istarget sh64*-*-*] || [istarget sh5*-*-*]} then { - set ASFLAGS "$ASFLAGS -isa=SHcompact" - if [istarget sh64*-*-linux*] { - set LDFLAGS "$LDFLAGS -mshlelf32_linux" - } elseif { [istarget sh64*-*-netbsd*] || [istarget sh5*-*-netbsd*] } { - set LDFLAGS "$LDFLAGS -mshlelf32_nbsd -e_start" - } else { - set LDFLAGS "$LDFLAGS -mshlelf32" - } -} - set rd_test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]] foreach shtest $rd_test_list { # We need to strip the ".d", but can leave the dirname. |