Silence nds32 pic warnings
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan.ld
1 SECTIONS
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.029501 seconds and 4 git commands to generate.