Explorar o código

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

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Denys Vlasenko %!s(int64=15) %!d(string=hai) anos
pai
achega
1360e07070
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      arch/frv/kernel/break.S
  2. 1 1
      arch/frv/kernel/vmlinux.lds.S

+ 1 - 1
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:

+ 1 - 1
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 = . ;