Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/sparc64/sys Need to reserve a full 64-bit stac...



details:   https://anonhg.NetBSD.org/src/rev/b8750b6f7c5e
branches:  trunk
changeset: 495307:b8750b6f7c5e
user:      eeh <eeh%NetBSD.org@localhost>
date:      Wed Jul 26 00:53:50 2000 +0000

description:
Need to reserve a full 64-bit stackframe, not a 32-bit one.

diffstat:

 lib/libc/arch/sparc64/sys/cerror.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 581cb5a06402 -r b8750b6f7c5e lib/libc/arch/sparc64/sys/cerror.S
--- a/lib/libc/arch/sparc64/sys/cerror.S        Wed Jul 26 00:40:02 2000 +0000
+++ b/lib/libc/arch/sparc64/sys/cerror.S        Wed Jul 26 00:53:50 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cerror.S,v 1.3 2000/07/18 22:39:25 eeh Exp $   */
+/*     $NetBSD: cerror.S,v 1.4 2000/07/26 00:53:50 eeh Exp $   */
 
 /*
  * Copyright (c) 1992, 1993
@@ -44,7 +44,7 @@
 #if 0
        .asciz "@(#)cerror.s    8.1 (Berkeley) 6/4/93"
 #else
-       RCSID("$NetBSD: cerror.S,v 1.3 2000/07/18 22:39:25 eeh Exp $")
+       RCSID("$NetBSD: cerror.S,v 1.4 2000/07/26 00:53:50 eeh Exp $")
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -52,7 +52,7 @@
 
 #ifdef _REENTRANT
 FUNC(__cerror)
-       save    %sp, -96, %sp
+       save    %sp, -CC64FSZ, %sp
        call    _C_LABEL(__errno)
         nop
        st      %i0, [%o0]



Home | Main Index | Thread Index | Old Index