Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1360e070 authored by Denys Vlasenko's avatar Denys Vlasenko Committed by Michal Marek
Browse files

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

parent 7c74df07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ SECTIONS

  .sbss		: { *(.sbss .sbss.*) }
  .bss		: { *(.bss .bss.*) }
  .bss.stack	: { *(.bss) }
  .bss..stack	: { *(.bss) }

  __bss_stop = .;
  _end = . ;