summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/arm/mapping.s
blob: c9cee8d4fa6f58b7acfbd6edbf9f252e333c2ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
	.text
	.arm
	.global mapping
mapping:
	nop
	bl mapping

	.global thumb_mapping
	.thumb_func
thumb_mapping:
	.thumb
	nop
	bl thumb_mapping
	
	.data
	.word 0x123456

	.section foo,"ax"
	nop