Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Provide pci_cd if needed.
details: https://anonhg.NetBSD.org/src/rev/d7f4fba782f0
branches: trunk
changeset: 526593:d7f4fba782f0
user: eeh <eeh%NetBSD.org@localhost>
date: Mon May 06 22:12:43 2002 +0000
description:
Provide pci_cd if needed.
diffstat:
sys/arch/sparc64/conf/kern.ldscript | 3 ++-
sys/arch/sparc64/conf/kern32.ldscript | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 1e0e78e9e156 -r d7f4fba782f0 sys/arch/sparc64/conf/kern.ldscript
--- a/sys/arch/sparc64/conf/kern.ldscript Mon May 06 22:11:50 2002 +0000
+++ b/sys/arch/sparc64/conf/kern.ldscript Mon May 06 22:12:43 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern.ldscript,v 1.2 2001/03/04 13:41:00 mrg Exp $ */
+/* $NetBSD: kern.ldscript,v 1.3 2002/05/06 22:12:43 eeh Exp $ */
/*
* Kernel linker script for NetBSD/sparc64. This script is based on
@@ -72,6 +72,7 @@
*(.gnu.linkonce.d*)
CONSTRUCTORS
}
+ PROVIDE(pci_cd = ofpci_cd);
.data1 : { *(.data1) }
.ctors :
{
diff -r 1e0e78e9e156 -r d7f4fba782f0 sys/arch/sparc64/conf/kern32.ldscript
--- a/sys/arch/sparc64/conf/kern32.ldscript Mon May 06 22:11:50 2002 +0000
+++ b/sys/arch/sparc64/conf/kern32.ldscript Mon May 06 22:12:43 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern32.ldscript,v 1.1 2001/03/04 10:11:56 mrg Exp $ */
+/* $NetBSD: kern32.ldscript,v 1.2 2002/05/06 22:12:43 eeh Exp $ */
/*
* Kernel linker script for NetBSD/sparc. This script is based on
@@ -73,6 +73,7 @@
*(.gnu.linkonce.d*)
CONSTRUCTORS
}
+ PROVIDE(pci_cd = ofpci_cd);
.data1 : { *(.data1) }
.ctors :
{
Home |
Main Index |
Thread Index |
Old Index