Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/conf Remove 4096-byte gap between .reginfo and...
details: https://anonhg.NetBSD.org/src/rev/bea96ff9f518
branches: trunk
changeset: 510556:bea96ff9f518
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jun 01 03:55:30 2001 +0000
description:
Remove 4096-byte gap between .reginfo and .data, suggested by
Ian Taylor <ian%zembu.com@localhost>.
diffstat:
sys/arch/mips/conf/kern.ldscript.be | 4 ++--
sys/arch/mips/conf/kern.ldscript.le | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r b820d2ea0bb9 -r bea96ff9f518 sys/arch/mips/conf/kern.ldscript.be
--- a/sys/arch/mips/conf/kern.ldscript.be Fri Jun 01 03:53:29 2001 +0000
+++ b/sys/arch/mips/conf/kern.ldscript.be Fri Jun 01 03:55:30 2001 +0000
@@ -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 @@
PROVIDE (etext = .);
.rodata : { *(.rodata) }
.reginfo : { *(.reginfo) }
- . = . + 0x1000;
+/* . = . + 0x1000; */
.data :
{
_fdata = . ;
diff -r b820d2ea0bb9 -r bea96ff9f518 sys/arch/mips/conf/kern.ldscript.le
--- a/sys/arch/mips/conf/kern.ldscript.le Fri Jun 01 03:53:29 2001 +0000
+++ b/sys/arch/mips/conf/kern.ldscript.le Fri Jun 01 03:55:30 2001 +0000
@@ -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 @@
PROVIDE (etext = .);
.rodata : { *(.rodata) }
.reginfo : { *(.reginfo) }
- . = . + 0x1000;
+/* . = . + 0x1000; */
.data :
{
_fdata = . ;
Home |
Main Index |
Thread Index |
Old Index