Remove sh5 and sh64 support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / gc.exp
index 75d57148a3511dceb729eaa0dc9b4cd122e5c4bd..9b044f08253839956921f42e018375bdf91a824e 100644 (file)
@@ -59,15 +59,6 @@ proc test_gc { testname filename linker ldflags} {
     set options "-L$srcdir/$subdir"
     append options " " $ldflags " " [ld_link_defsyms] " " $objfile
 
-    # 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 $linker $outfile $options] {
        fail $testname
        return
This page took 0.029625 seconds and 4 git commands to generate.