* elf32-sh.c (sh_elf_relocate_section): Don't complain about
[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 .ualong foo
This page took 0.041319 seconds and 5 git commands to generate.