Remove sh5 and sh64 support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-selective / selective.exp
index 63e19750d2c83dae21ef1e27f16ab2ed9c068d82..d486461eac40edd24a8c9df8c9f16c7de0fd47cf 100644 (file)
@@ -57,13 +57,6 @@ if [istarget mips*-*] {
     set ldflags "-e _start $ldflags"
 }
 
-if [istarget sh64*-*-elf] {
-    # This is what gcc passes to ld by default, plus switch to the
-    # "usual" ELF _start (shelf32 normally uses just `start' for COFF
-    # compatibility)
-    set ldflags "-e _start -mshelf32 $ldflags"
-}
-
 if [istarget avr-*-*] {
     # Make .text start at a non-zero address, as some tests expect
     # valid symbols to have non-zero values.
This page took 0.029239 seconds and 4 git commands to generate.