Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/hppa fix EXIT label for fusufault, caught by n...
details: https://anonhg.NetBSD.org/src/rev/5096640b2b43
branches: trunk
changeset: 770032:5096640b2b43
user: chs <chs%NetBSD.org@localhost>
date: Sat Oct 01 15:50:46 2011 +0000
description:
fix EXIT label for fusufault, caught by new binutils.
diffstat:
sys/arch/hppa/hppa/copy.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 356e7c3158e9 -r 5096640b2b43 sys/arch/hppa/hppa/copy.S
--- a/sys/arch/hppa/hppa/copy.S Sat Oct 01 08:50:28 2011 +0000
+++ b/sys/arch/hppa/hppa/copy.S Sat Oct 01 15:50:46 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: copy.S,v 1.18 2010/07/07 01:18:39 chs Exp $ */
+/* $NetBSD: copy.S,v 1.19 2011/10/01 15:50:46 chs Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -126,7 +126,7 @@
ALTENTRY(fusubadaddr)
bv 0(%rp)
ldi -1, %ret0
-EXIT(fusuexit)
+EXIT(fusufault)
FUX(fubyte, ldb)
FUX(fusword, ldh)
Home |
Main Index |
Thread Index |
Old Index