Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Fix linker error of GENERIC32 kernel.
details: https://anonhg.NetBSD.org/src/rev/f6771d547dbb
branches: trunk
changeset: 752109:f6771d547dbb
user: nakayama <nakayama%NetBSD.org@localhost>
date: Mon Feb 15 11:46:54 2010 +0000
description:
Fix linker error of GENERIC32 kernel.
diffstat:
sys/arch/sparc64/sparc64/locore.s | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (30 lines):
diff -r a4fcabe36263 -r f6771d547dbb sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Mon Feb 15 09:56:33 2010 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Mon Feb 15 11:46:54 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.315 2010/02/15 09:56:33 mrg Exp $ */
+/* $NetBSD: locore.s,v 1.316 2010/02/15 11:46:54 nakayama Exp $ */
/*
* Copyright (c) 1996-2002 Eduardo Horvath
@@ -9709,13 +9709,13 @@
.globl _C_LABEL(dlflush_start)
_C_LABEL(dlflush_start):
- .xword dlflush1
- .xword dlflush2
- .xword dlflush3
- .xword dlflush4
- .xword 0
+ POINTER dlflush1
+ POINTER dlflush2
+ POINTER dlflush3
+ POINTER dlflush4
+ POINTER 0
.globl _C_LABEL(nop_on_us_1_start)
_C_LABEL(nop_on_us_1_start):
- .xword nop_on_us_1
- .xword 0
+ POINTER nop_on_us_1
+ POINTER 0
Home |
Main Index |
Thread Index |
Old Index