mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
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.
17 lines
152 B
ArmAsm
17 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
|