summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-sh/vxworks3-lib.s
blob: 6e103316534979c1d4da9679acb7ddd8a507353b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.macro	entry
	.globl	foo\@
	.size	foo\@,4
	.type	foo\@,@function
foo\@:
	rts
	nop
	.endm
	
	.rept	511
	entry
	.endr