ld: Don't evaluate unneeded PROVIDE expressions.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / refdbg.s
CommitLineData
1448fa32
KK
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
878a9190 11 .long 0
1448fa32 12 .ualong foo
This page took 0.493198 seconds and 4 git commands to generate.