aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/thumb1-input-section-flag-match.s
blob: ac7c89f016ce2c0dfac912ff03c636f724261978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
	.text
	.section .text.noread
	.arch armv6s-m
	.syntax unified
	.global	_start
	.thumb_func
	.type	_start, %function
_start:
	bx lr

	.text
	.arch armv6s-m
	.syntax unified
	.global	foo
	.thumb_func
	.type	foo, %function
foo:
	bx lr