summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/unaligned-text.s
blob: 4b3aa38ad9c1cbaaec142ecc26acb31cfa28aae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.macro	sym n:req
	.if	\n
	.globl	bar\@
	.type	bar\@, @object
bar\@ :
	.byte	0
	.size	bar\@, . - bar\@
	sym	\n - 1
	.endif
	.endm

	.text
	.align	4
	.space	32
	sym	16