64e5793823b594517ebff283e2afc3c6f0315fa2
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / sleb128-5.s
1 .text
2 .globl foo
3 foo:
4 .L1:
5 .byte 0
6 .byte 0
7 .byte 0
8 .L2:
9
10 .data
11 bar:
12 .sleb128 .L1 - .L2 + 4
13 .byte 42
This page took 0.042921 seconds and 3 git commands to generate.