Commit bab59d8e authored by Russell King's avatar Russell King

[ARM] Drop "alloc" flag for the .stack segment.

Some linkers obey the linker script and make .stack unallocatable,
others obey the flags from the object files.  Dropping "a" should
make the end result deterministic in all cases.
parent f78b7ef3
...@@ -664,5 +664,5 @@ memdump: mov r12, r0 ...@@ -664,5 +664,5 @@ memdump: mov r12, r0
reloc_end: reloc_end:
.align .align
.section ".stack", "aw" .section ".stack", "w"
user_stack: .space 4096 user_stack: .space 4096
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment