aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/testsuite/binutils-all/pr25662.ld2
1 files changed, 0 insertions, 2 deletions
diff --git a/binutils/testsuite/binutils-all/pr25662.ld b/binutils/testsuite/binutils-all/pr25662.ld
index 4951184..19ef139 100644
--- a/binutils/testsuite/binutils-all/pr25662.ld
+++ b/binutils/testsuite/binutils-all/pr25662.ld
@@ -12,6 +12,4 @@ SECTIONS
.text : { *(.text) } > ROM
.bss : { *(.bss) } > RAM
-
- /DISCARD/ : { *(.*) }
}