patch-2.4.0-test2 linux/arch/alpha/vmlinux.lds

Next file: linux/arch/arm/Makefile
Previous file: linux/arch/alpha/mm/init.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/arch/alpha/vmlinux.lds linux/arch/alpha/vmlinux.lds
@@ -2,7 +2,7 @@
 ENTRY(__start)
 SECTIONS
 {
-  . = 0xfffffc0000310000;
+  . = 0xfffffc0000810000;
   _text = .;
   .text : { *(.text) }
   _etext = .;
@@ -50,9 +50,11 @@
   .got : { *(.got) }
   .sdata : { *(.sdata) }
   _edata = .;
-  _bss = .;
+
+  __bss_start = .;
   .sbss : { *(.sbss) *(.scommon) }
   .bss : { *(.bss) *(COMMON) }
+  __bss_stop = .;
   _end = .;
 
   .mdebug 0 : { *(.mdebug) }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)