diff --git a/sys/arch/mips/conf/kern.ldscript.be b/sys/arch/mips/conf/kern.ldscript.be index 39fc2a04d221..e74451a925f6 100644 --- a/sys/arch/mips/conf/kern.ldscript.be +++ b/sys/arch/mips/conf/kern.ldscript.be @@ -1,4 +1,4 @@ -/* $NetBSD: kern.ldscript.be,v 1.2 2000/05/21 02:51:58 soren Exp $ */ +/* $NetBSD: kern.ldscript.be,v 1.3 2001/06/01 03:55:30 thorpej Exp $ */ /* ldscript for NetBSD/mipseb kernels */ OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", @@ -23,7 +23,7 @@ SECTIONS PROVIDE (etext = .); .rodata : { *(.rodata) } .reginfo : { *(.reginfo) } - . = . + 0x1000; +/* . = . + 0x1000; */ .data : { _fdata = . ; diff --git a/sys/arch/mips/conf/kern.ldscript.le b/sys/arch/mips/conf/kern.ldscript.le index 9e032861882c..c0e45eb321b4 100644 --- a/sys/arch/mips/conf/kern.ldscript.le +++ b/sys/arch/mips/conf/kern.ldscript.le @@ -1,4 +1,4 @@ -/* $NetBSD: kern.ldscript.le,v 1.1 2000/05/21 02:50:13 soren Exp $ */ +/* $NetBSD: kern.ldscript.le,v 1.2 2001/06/01 03:55:31 thorpej Exp $ */ /* ldscript for NetBSD/mipsel kernels */ OUTPUT_FORMAT("elf32-littlemips", "elf32-bigmips", @@ -23,7 +23,7 @@ SECTIONS PROVIDE (etext = .); .rodata : { *(.rodata) } .reginfo : { *(.reginfo) } - . = . + 0x1000; +/* . = . + 0x1000; */ .data : { _fdata = . ;