diff options
Diffstat (limited to 'ld/testsuite/ld-sh/refdbg.s')
-rw-r--r-- | ld/testsuite/ld-sh/refdbg.s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sh/refdbg.s b/ld/testsuite/ld-sh/refdbg.s new file mode 100644 index 0000000..129d689 --- /dev/null +++ b/ld/testsuite/ld-sh/refdbg.s @@ -0,0 +1,11 @@ + .text + .align 2 + .globl _start + .type _start,@function +_start: + rts + nop + + .comm foo,4,4 + .section .debug_info,"",@progbits + .ualong foo |