]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-riscv-elf/uleb128.s
RISC-V: Support subtraction of .uleb128.
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / uleb128.s
1 .text
2 .globl bar
3 .globl _start
4 .option rvc
5 .align 2
6 _start:
7 .L0:
8 .rept 6
9 call bar
10 .endr
11 .align 2
12 .L1:
13 .uleb128 .L1 - .L0
14 .uleb128 .L2 - .L0
15 .L2:
16 .align 2
17 bar:
18 nop