ld: better handling of lma region for orphan sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan.ld
... / ...
CommitLineData
1SECTIONS
2{
3 . = SIZEOF_HEADERS;
4 .text : { *(.text) }
5 .data : { *(.data) }
6 .bss : { *(.bss) *(COMMON) }
7 .sbss : { *(.sbss) }
8 .note : { *(.note) }
9 /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) *(.trampolines) }
10}
This page took 0.023202 seconds and 4 git commands to generate.