Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / pr24008.t
CommitLineData
ad0f979c
L
1SECTIONS {
2 .text : { *(.text) }
3 .data : { *(.data) }
4 .bss : { *(.bss) *(COMMON) }
5}
6sym1 = 0x42;
7sym2 = 0x43;
8defined = DEFINED (sym1) ? sym1 : sym2;
This page took 0.090922 seconds and 4 git commands to generate.