summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-sh/sh64/init.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.21/ld/testsuite/ld-sh/sh64/init.s')
-rw-r--r--binutils-2.21/ld/testsuite/ld-sh/sh64/init.s18
1 files changed, 18 insertions, 0 deletions
diff --git a/binutils-2.21/ld/testsuite/ld-sh/sh64/init.s b/binutils-2.21/ld/testsuite/ld-sh/sh64/init.s
new file mode 100644
index 0000000..900e764
--- /dev/null
+++ b/binutils-2.21/ld/testsuite/ld-sh/sh64/init.s
@@ -0,0 +1,18 @@
+ .section .text,"ax"
+ .global _init
+ .type _init,@function
+ .align 1
+_init:
+ nop
+ nop
+ nop
+ nop
+
+ .global _fini
+ .type _fini,@function
+ .align 1
+_fini:
+ nop
+ nop
+ nop
+ nop