aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/binary.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mips-elf/binary.ld')
-rw-r--r--ld/testsuite/ld-mips-elf/binary.ld5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/binary.ld b/ld/testsuite/ld-mips-elf/binary.ld
new file mode 100644
index 0000000000..037ae69ebd
--- /dev/null
+++ b/ld/testsuite/ld-mips-elf/binary.ld
@@ -0,0 +1,5 @@
+SECTIONS
+{
+ .data : { *(.data) }
+ /DISCARD/ : { *(*) }
+}