Add tests for PR ld/20513
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / refdbg.s
1 .text
2 .align 2
3 .globl _start
4 .type _start,@function
5 _start:
6 rts
7 nop
8
9 .comm foo,4,4
10 .section .debug_info,"",@progbits
11 .long 0
12 .ualong foo
This page took 0.030777 seconds and 4 git commands to generate.