diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-04 08:50:31 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-04 08:50:31 +0000 |
commit | 9e215008c2ffe5205a25e0933d80b4e64331b816 (patch) | |
tree | b83bb603fc0cea78389a486adf35dc64834253db /sys/arch | |
parent | 4000cc8ea3810f6c3298aa89bd4399132331629f (diff) |
Use LEAF_ENTRY not ENTRY.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/spmath/divu.S | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/impys.S | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/spmath/divu.S b/sys/arch/hppa/spmath/divu.S index 402f6a31a35..cc6b0c4e80e 100644 --- a/sys/arch/hppa/spmath/divu.S +++ b/sys/arch/hppa/spmath/divu.S @@ -1,4 +1,4 @@ -/* $OpenBSD: divu.S,v 1.5 2001/03/29 03:58:18 mickey Exp $ */ +/* $OpenBSD: divu.S,v 1.6 2002/01/04 08:50:30 miod Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -58,7 +58,7 @@ tp .reg %r6 /* temp. reg. */ .text /*****************************************************************************/ -ENTRY(divu) +LEAF_ENTRY(divu) stws,ma rem,4(sp) ; save registers on stack stws,ma quo,4(sp) ; save registers on stack stws,ma dvr,4(sp) ; save registers on stack diff --git a/sys/arch/hppa/spmath/impys.S b/sys/arch/hppa/spmath/impys.S index 22265675409..b1f1287c528 100644 --- a/sys/arch/hppa/spmath/impys.S +++ b/sys/arch/hppa/spmath/impys.S @@ -1,4 +1,4 @@ -/* $OpenBSD: impys.S,v 1.5 2001/03/29 03:58:18 mickey Exp $ */ +/* $OpenBSD: impys.S,v 1.6 2002/01/04 08:50:30 miod Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -66,7 +66,7 @@ pm .equ 10 /* value of -1 used in shifting */ .text -ENTRY(impys) +LEAF_ENTRY(impys) stws,ma pu,4(sp) ; save registers on stack stws,ma pl,4(sp) ; save registers on stack stws,ma op1,4(sp) ; save registers on stack |