patch-2.4.20 linux-2.4.20/arch/ppc/boot/ld.script
Next file: linux-2.4.20/arch/ppc/boot/prep/head.S
Previous file: linux-2.4.20/arch/ppc/boot/common/util.S
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Nov 28 15:53:11 2002
- Orig file:
linux-2.4.19/arch/ppc/boot/ld.script
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/ppc/boot/ld.script linux-2.4.20/arch/ppc/boot/ld.script
@@ -39,7 +39,7 @@
PROVIDE (etext = .);
/* Read-write section, merged into data segment: */
- . = (. + 0x0FFF) & 0xFFFFF000;
+ . = ALIGN(8);
.data :
{
*(.data)
@@ -70,6 +70,7 @@
_edata = .;
PROVIDE (edata = .);
+ . = ALIGN(8);
__bss_start = .;
.bss :
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)