[PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan-11.ld
index 74c77894570cecd6568da78a8e953a31b8e3e1cc..b72f7d4c4488f265e4cfb821442d00f079a214c7 100644 (file)
@@ -10,7 +10,7 @@ SECTIONS
   .rel : { *(.rel .rel.*) }
 
   /DISCARD/ : {
-            *(.reginfo) *(.MIPS.abiflags) *(.trampolines) *(.iplt*)
-            *(.note*) *(.got*) *(.igot*) *(.*.attributes) *(.*.info)
+            *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
+            *(.iplt*) *(.note*) *(.got*) *(.igot*) *(.*.attributes) *(.*.info)
             *(.pdr) "linker stubs*"(*)  }
 }
This page took 0.028596 seconds and 4 git commands to generate.