aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/arm-lib.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-arm/arm-lib.ld')
-rw-r--r--ld/testsuite/ld-arm/arm-lib.ld5
1 files changed, 0 insertions, 5 deletions
diff --git a/ld/testsuite/ld-arm/arm-lib.ld b/ld/testsuite/ld-arm/arm-lib.ld
index 0415d20d8a67..2d2850e3da10 100644
--- a/ld/testsuite/ld-arm/arm-lib.ld
+++ b/ld/testsuite/ld-arm/arm-lib.ld
@@ -180,11 +180,6 @@ SECTIONS
.debug_funcnames 0 : { *(.debug_funcnames) }
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
- .stack 0x80000 :
- {
- _stack = .;
- *(.stack)
- }
.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
/DISCARD/ : { *(.note.GNU-stack) }
}