Retro68/binutils/ld/testsuite/ld-sh/vxworks3-lib.s

13 lines
117 B
ArmAsm
Raw Normal View History

2012-03-26 19:18:29 +00:00
.macro entry
.globl foo\@
.size foo\@,4
.type foo\@,@function
foo\@:
rts
nop
.endm
.rept 511
entry
.endr