Skip to content

Commit

Permalink
Rename .bss.stack to .bss..stack.
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
Denys Vlasenko authored and Michal Marek committed Mar 3, 2010
1 parent 7c74df0 commit 1360e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/frv/kernel/break.S
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion arch/frv/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ SECTIONS

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

__bss_stop = .;
_end = . ;
Expand Down

0 comments on commit 1360e07

Please sign in to comment.