summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-sh/sh64/init.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-sh/sh64/init.s')
-rw-r--r--ld/testsuite/ld-sh/sh64/init.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/ld/testsuite/ld-sh/sh64/init.s b/ld/testsuite/ld-sh/sh64/init.s
deleted file mode 100644
index 4aa1ff937c..0000000000
--- a/ld/testsuite/ld-sh/sh64/init.s
+++ /dev/null
@@ -1,16 +0,0 @@
- .section .text,"ax"
- .global _init
- .type _init,@function
-_init:
- nop
- nop
- nop
- nop
-
- .global _fini
- .type _fini,@function
-_fini:
- nop
- nop
- nop
- nop