]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/ia64/hp/sim/boot/bootloader.lds
[IA64] rename _bss to __bss_start
[karo-tx-linux.git] / arch / ia64 / hp / sim / boot / bootloader.lds
index 69ae585310338ddc0f0e3f7578b9e9079ff43824..3977f25a1265031979ad807a961cf06862ffe1ee 100644 (file)
@@ -22,10 +22,11 @@ SECTIONS
   .sdata     : { *(.sdata) }
   _edata  =  .;
 
-  _bss = .;
+  __bss_start = .;
   .sbss      : { *(.sbss) *(.scommon) }
   .bss       : { *(.bss) *(COMMON) }
   . = ALIGN(64 / 8);
+  __bss_stop = .;
   _end = . ;
 
   /* Stabs debugging sections.  */