a2d9d82d1bf082aece49d187a2544f6a0d1c6985
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / sleb128-4.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 .L2 - .L1 + (1 << 31)
13 .byte 42
This page took 0.031873 seconds and 3 git commands to generate.