diff options
author | Nick Clifton <nickc@redhat.com> | 2024-04-16 15:06:05 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-04-16 15:06:34 +0100 |
commit | 3f6a060c7543332d0cb4377fc318e2db01ea1d3c (patch) | |
tree | ddff11735185d5cf11216e0f06766d3d84c3fced /binutils/testsuite | |
parent | 06e967dbc9b75a4a3c1b15b54360cf1abbf9c2bd (diff) | |
download | binutils-3f6a060c7543332d0cb4377fc318e2db01ea1d3c.zip binutils-3f6a060c7543332d0cb4377fc318e2db01ea1d3c.tar.gz binutils-3f6a060c7543332d0cb4377fc318e2db01ea1d3c.tar.bz2 |
Remove accidental commit of an experimental change
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/binutils-all/pr25662.ld | 2 |
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/ : { *(.*) } } |