Upload Tizen:Base source
[external/binutils.git] / ld / testsuite / ld-sh / vxworks3-lib.s
1         .macro  entry
2         .globl  foo\@
3         .size   foo\@,4
4         .type   foo\@,@function
5 foo\@:
6         rts
7         nop
8         .endm
9         
10         .rept   511
11         entry
12         .endr