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.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sh/sh64/init.s b/ld/testsuite/ld-sh/sh64/init.s
index 4aa1ff937c5..900e764a633 100644
--- a/ld/testsuite/ld-sh/sh64/init.s
+++ b/ld/testsuite/ld-sh/sh64/init.s
@@ -1,6 +1,7 @@
.section .text,"ax"
.global _init
.type _init,@function
+ .align 1
_init:
nop
nop
@@ -9,6 +10,7 @@ _init:
.global _fini
.type _fini,@function
+ .align 1
_fini:
nop
nop