[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan-region.ld
index b7dfdba266b8c386281bb5192686c9881efabb05..2abf8bcb02a8eed7897852705d4b6463a55cd1ba 100644 (file)
@@ -7,5 +7,5 @@ SECTIONS
 {
        .text : ALIGN (4) { *(.text) } > region
        .rodata : ALIGN (4) { *(.rodata) } > region
-       /DISCARD/ : { *(.reginfo) *(.trampolines) }
+       /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) *(.trampolines) }
 }
This page took 0.025935 seconds and 4 git commands to generate.