aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/all/sleb128-4.s
blob: a2d9d82d1bf082aece49d187a2544f6a0d1c6985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.text
.globl foo
foo:
.L1:
.byte 0
.byte 0
.byte 0
.L2:

.data
bar:
.sleb128 .L2 - .L1 + (1 << 31)
.byte 42