* scripttempl/armbpabi.sc: Replace DWARF sections with an
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / sleb128-7.s
CommitLineData
956a6ba3
JB
1.text
2.globl foo
3foo:
4.L1:
5.byte 0
6.byte 0
7.byte 0
8.L2:
9
10.data
11bar:
12.sleb128 200+(.L2 - .L1)
13.byte 42
14.sleb128 200+(.L1 - .L2)
15.byte 42
16.sleb128 (.L2 - .L1)+200
17.byte 42
18.sleb128 (.L1 - .L2)+200
19.byte 42
This page took 0.023071 seconds and 4 git commands to generate.