Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-sh/vxworks3-lib.s
2023-03-06 14:48:14 +01:00

12 lines
117 B
ArmAsm

.macro entry
.globl foo\@
.size foo\@,4
.type foo\@,@function
foo\@:
rts
nop
.endm
.rept 511
entry
.endr