aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/arm/thumbrel.s
blob: 769da16156c7c304640b3100007688e68bf0ac17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
@ Check that PC-relative relocs against local function symbols are
@ generated correctly.
.text
.thumb
a:
.word 0
.word b - a
.word 0
.word 0
.type b, %function
b: