Remove sh5 and sh64 support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / rd-sh.exp
index 9360c1ea4ed3aaccc0a4d9c8a8cba7a950f7b2bc..3203a8d0323c20207baae3edc9ca51c333ea5f60 100644 (file)
@@ -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.
This page took 0.024586 seconds and 4 git commands to generate.