aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/unaligned-insn.s
blob: 10649de91803d1b87fa310b3e39e722f7a504c49 (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\@, @function
bar\@ :
	.insn
	.hword	0
	.size	bar\@, . - bar\@
	sym	\n - 1
	.endif
	.endm

	.text
	.align	4
	sym	8