aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/group.ld
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@orcam.me.uk>2023-06-15 04:45:03 +0100
committerMaciej W. Rozycki <macro@orcam.me.uk>2023-06-15 04:45:03 +0100
commit3c0afdb789887984f13efd7a4c47ce8de265b02d (patch)
tree1bffeda7004cbd344e60126cc11109f8ade2bde1 /ld/testsuite/ld-elf/group.ld
parent0b46c1ec2d7d008d9650f0438835804b6b7b344c (diff)
downloadbinutils-3c0afdb789887984f13efd7a4c47ce8de265b02d.zip
binutils-3c0afdb789887984f13efd7a4c47ce8de265b02d.tar.gz
binutils-3c0afdb789887984f13efd7a4c47ce8de265b02d.tar.bz2
Revert "MIPS: fix -gnuabi64 testsuite"
This reverts commit cb81e84c72933a7fad10b75b7e270d92d8d65251. It was applied unapproved.
Diffstat (limited to 'ld/testsuite/ld-elf/group.ld')
-rw-r--r--ld/testsuite/ld-elf/group.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elf/group.ld b/ld/testsuite/ld-elf/group.ld
index 1c561b6..53e2790 100644
--- a/ld/testsuite/ld-elf/group.ld
+++ b/ld/testsuite/ld-elf/group.ld
@@ -8,5 +8,5 @@ SECTIONS
{
. = 0x1000;
.text : { *(.text) *(.rodata.brlt) } :image :header
- /DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) }
+ /DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) }
}