old-cross-binutils/ld/testsuite/ld-sh/sh64/init.s
Alan Modra 30c8cc6872 * ld-sh/sh64/rd-sh64.exp: New framework file.
* ld-sh/sh64/init-cmpct.d, ld-sh/sh64/init-media.d,
	ld-sh/sh64/init64.d, ld-sh/sh64/init.s: New tests for
	correct setting of ISA bit for init and fini entry-points.
2002-08-23 08:14:06 +00:00

16 lines
152 B
ArmAsm

.section .text,"ax"
.global _init
.type _init,@function
_init:
nop
nop
nop
nop
.global _fini
.type _fini,@function
_fini:
nop
nop
nop
nop