Retro68/binutils/ld/testsuite/ld-sh/vxworks3-lib.s
2012-03-26 21:18:29 +02:00

13 lines
117 B
ArmAsm

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