30c8cc6872
* 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.
16 lines
152 B
ArmAsm
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
|