[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / got-page-1.ld
index 3197c9b599b74d72160248c3cf5c71bfc19f4bbe..cfe7c1fb77df528abedc3fa123f610bf3dac8ad6 100644 (file)
@@ -22,7 +22,7 @@ SECTIONS
   . = ALIGN (0x400);
   .bss : { *(.bss .bss.*) }
 
-  /DISCARD/ : { *(.reginfo) }
+  /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) }
 }
 
 VERSION
This page took 0.025831 seconds and 4 git commands to generate.