ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan-region.ld
index e20cbafc1315d2f2cb32bba7de59e387cdb2e24d..2abf8bcb02a8eed7897852705d4b6463a55cd1ba 100644 (file)
@@ -7,4 +7,5 @@ SECTIONS
 {
        .text : ALIGN (4) { *(.text) } > region
        .rodata : ALIGN (4) { *(.rodata) } > region
-}
\ No newline at end of file
+       /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) *(.trampolines) }
+}
This page took 0.023562 seconds and 4 git commands to generate.