[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / group.ld
index 123ab26de6f3d195351aa898974652cd582cd011..f8e50c379bd1022fa1c4daa66e0b9b392ea9e5e9 100644 (file)
@@ -2,5 +2,5 @@ SECTIONS
 {
   . = 0x1000;
   .text : { *(.text) *(.rodata.brlt) }
-  /DISCARD/ : { *(.dropme) *(.reginfo) }
+  /DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) }
 }
This page took 0.024904 seconds and 4 git commands to generate.