Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/amiga Revert last commit in order to do the r...
details: https://anonhg.NetBSD.org/src/rev/1ad1c7a87015
branches: trunk
changeset: 520469:1ad1c7a87015
user: aymeric <aymeric%NetBSD.org@localhost>
date: Sat Jan 12 11:45:26 2002 +0000
description:
Revert last commit in order to do the right thing.
(i.e. use jmp xx:l instead of exporting xx)
No functional change.
diffstat:
sys/arch/amiga/amiga/locore.s | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 23c91709add2 -r 1ad1c7a87015 sys/arch/amiga/amiga/locore.s
--- a/sys/arch/amiga/amiga/locore.s Sat Jan 12 11:27:16 2002 +0000
+++ b/sys/arch/amiga/amiga/locore.s Sat Jan 12 11:45:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.128 2002/01/03 01:13:35 aymeric Exp $ */
+/* $NetBSD: locore.s,v 1.129 2002/01/12 11:45:26 aymeric Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -922,10 +922,9 @@
RELOC(start_c, %a0)
jbsr %a0@
addl #28,%sp
- jmp unshadow_fake_global
+ jmp Lunshadow:l
- .globl unshadow_fake_global
-unshadow_fake_global:
+Lunshadow:
lea _ASM_LABEL(tmpstk),%sp | give ourselves a temporary stack
jbsr _C_LABEL(start_c_cleanup)
Home |
Main Index |
Thread Index |
Old Index