summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-srec/srec.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-srec/srec.exp')
-rw-r--r--ld/testsuite/ld-srec/srec.exp6
1 files changed, 0 insertions, 6 deletions
diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp
index 5e741e09cc..25dfb067f6 100644
--- a/ld/testsuite/ld-srec/srec.exp
+++ b/ld/testsuite/ld-srec/srec.exp
@@ -270,12 +270,6 @@ proc run_srec_test { test objs } {
set flags "$flags --no-toc-optimize"
}
- # Epiphany needs some help too
- if [istarget epiphany*-*-*] {
- set flags "$flags --defsym _start=00000060"
- setup_xfail "epiphany*-*-*"
- }
-
if { ![ld_simple_link $ld tmpdir/sr1 "$flags $objs"] \
|| ![ld_simple_link $ld tmpdir/sr2.sr "$flags --oformat srec $objs"] } {
fail $test