Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-visium / brr_x_seg.s
1 .text
2 nop
3 brr tr,L1
4 nop
5 .data
6 .global start
7 start:
8 .long 0
9 L1:
This page took 0.041295 seconds and 4 git commands to generate.