Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch more use _C_LABEL()



details:   https://anonhg.NetBSD.org/src/rev/22facf5d51ef
branches:  trunk
changeset: 503045:22facf5d51ef
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Jan 30 01:32:56 2001 +0000

description:
more use _C_LABEL()

diffstat:

 sys/arch/dreamcast/dreamcast/locore.s |  6 +++---
 sys/arch/evbsh3/evbsh3/locore.s       |  6 +++---
 sys/arch/hpcsh/hpcsh/locore.s         |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r 99368cbd7274 -r 22facf5d51ef sys/arch/dreamcast/dreamcast/locore.s
--- a/sys/arch/dreamcast/dreamcast/locore.s     Tue Jan 30 00:25:30 2001 +0000
+++ b/sys/arch/dreamcast/dreamcast/locore.s     Tue Jan 30 01:32:56 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.3 2001/01/29 22:19:19 msaitoh Exp $       */
+/*     $NetBSD: locore.s,v 1.4 2001/01/30 01:32:56 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 1993, 1994, 1995, 1997
@@ -1344,7 +1344,7 @@
 
        .align  2
 1:
-       .long   _exphandler
+       .long   _C_LABEL(exphandler)
 _C_LABEL(MonTrap100_end):
 
        .align  2
@@ -1356,7 +1356,7 @@
 
        .align  2
 1:
-       .long   _ihandler
+       .long   _C_LABEL(ihandler)
 _MonTrap600_end:
 
 /*
diff -r 99368cbd7274 -r 22facf5d51ef sys/arch/evbsh3/evbsh3/locore.s
--- a/sys/arch/evbsh3/evbsh3/locore.s   Tue Jan 30 00:25:30 2001 +0000
+++ b/sys/arch/evbsh3/evbsh3/locore.s   Tue Jan 30 01:32:56 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.27 2001/01/29 22:19:19 msaitoh Exp $      */
+/*     $NetBSD: locore.s,v 1.28 2001/01/30 01:32:59 msaitoh Exp $      */
 
 /*-
  * Copyright (c) 1993, 1994, 1995, 1997
@@ -1344,7 +1344,7 @@
 
        .align  2
 1:
-       .long   _exphandler
+       .long   _C_LABEL(exphandler)
 _C_LABEL(MonTrap100_end):
 
        .align  2
@@ -1356,7 +1356,7 @@
 
        .align  2
 1:
-       .long   _ihandler
+       .long   _C_LABEL(ihandler)
 _MonTrap600_end:
 
 /*
diff -r 99368cbd7274 -r 22facf5d51ef sys/arch/hpcsh/hpcsh/locore.s
--- a/sys/arch/hpcsh/hpcsh/locore.s     Tue Jan 30 00:25:30 2001 +0000
+++ b/sys/arch/hpcsh/hpcsh/locore.s     Tue Jan 30 01:32:56 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.2 2001/01/29 22:19:20 msaitoh Exp $       */
+/*     $NetBSD: locore.s,v 1.3 2001/01/30 01:32:59 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 1993, 1994, 1995, 1997
@@ -1344,7 +1344,7 @@
 
        .align  2
 1:
-       .long   _exphandler
+       .long   _C_LABEL(exphandler)
 _C_LABEL(MonTrap100_end):
 
        .align  2
@@ -1356,7 +1356,7 @@
 
        .align  2
 1:
-       .long   _ihandler
+       .long   _C_LABEL(ihandler)
 _MonTrap600_end:
 
 /*



Home | Main Index | Thread Index | Old Index