Skip to content
Snippets Groups Projects
Commit 1360e070 authored by Denys Vlasenko's avatar Denys Vlasenko Committed by Michal Marek
Browse files

Rename .bss.stack to .bss..stack.

parent 7c74df07
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@
#
# the break handler has its own stack
#
.section .bss.stack
.section .bss..stack
.globl __break_user_context
.balign THREAD_SIZE
__break_stack:
......
......@@ -114,7 +114,7 @@ SECTIONS
.sbss : { *(.sbss .sbss.*) }
.bss : { *(.bss .bss.*) }
.bss.stack : { *(.bss) }
.bss..stack : { *(.bss) }
__bss_stop = .;
_end = . ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment