From: Nick Clifton Date: Tue, 16 Apr 2024 14:06:05 +0000 (+0100) Subject: Remove accidental commit of an experimental change X-Git-Tag: gdb-15-branchpoint~394 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f6a060c7543332d0cb4377fc318e2db01ea1d3c;p=thirdparty%2Fbinutils-gdb.git Remove accidental commit of an experimental change --- diff --git a/binutils/testsuite/binutils-all/pr25662.ld b/binutils/testsuite/binutils-all/pr25662.ld index 4951184f88e..19ef1391f8d 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/ : { *(.*) } }