[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan.ld
1 SECTIONS
2 {
3 .text : { *(.text) }
4 .data : { *(.data) }
5 .bss : { *(.bss) *(COMMON) }
6 .note : { *(.note) }
7 /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) *(.trampolines) }
8 }
This page took 0.032795 seconds and 4 git commands to generate.