Gitweb: http://git.kernel.org/linus/1360e0707090c763d0d06cbc74b04f9c9588b582 Commit: 1360e0707090c763d0d06cbc74b04f9c9588b582 Parent: 7c74df07f90cabe61d700727bca04682b4e477f3 Author: Denys Vlasenko <vda.linux@googlemail.com> AuthorDate: Sat Feb 20 01:03:39 2010 +0100 Committer: Michal Marek <mmarek@suse.cz> CommitDate: Wed Mar 3 11:25:59 2010 +0100 Rename .bss.stack to .bss..stack. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Michal Marek <mmarek@suse.cz> --- arch/frv/kernel/break.S | 2 +- arch/frv/kernel/vmlinux.lds.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/frv/kernel/break.S b/arch/frv/kernel/break.S index bd0bdf9..c5388b7 100644 --- a/arch/frv/kernel/break.S +++ b/arch/frv/kernel/break.S @@ -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: diff --git a/arch/frv/kernel/vmlinux.lds.S b/arch/frv/kernel/vmlinux.lds.S index cbe811f..472eb8c 100644 --- a/arch/frv/kernel/vmlinux.lds.S +++ b/arch/frv/kernel/vmlinux.lds.S @@ -114,7 +114,7 @@ SECTIONS .sbss : { *(.sbss .sbss.*) } .bss : { *(.bss .bss.*) } - .bss.stack : { *(.bss) } + .bss..stack : { *(.bss) } __bss_stop = .; _end = . ; -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
