ld: Fix failures in new orphan handling tests.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan.ld
1 SECTIONS
2 {
3 .text : { *(.text) }
4 .data : { *(.data) }
5 .bss : { *(.bss) *(COMMON) }
6 .sbss : { *(.sbss) }
7 .note : { *(.note) }
8 /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) *(.trampolines) }
9 }
This page took 0.030931 seconds and 5 git commands to generate.