summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2002-01-04 08:50:30 +0000
committermiod <miod@openbsd.org>2002-01-04 08:50:30 +0000
commit40115804a1f8695d1d1dd41d10c279bb26d03a55 (patch)
tree35c8d45c47ebd378512f7bda82b83b6bf49fef81
parentRemove references to the NT serial number. Now the first 0x1be (diff)
downloadwireguard-openbsd-40115804a1f8695d1d1dd41d10c279bb26d03a55.tar.xz
wireguard-openbsd-40115804a1f8695d1d1dd41d10c279bb26d03a55.zip
Use LEAF_ENTRY not ENTRY.
-rw-r--r--sys/arch/hppa/spmath/divu.S4
-rw-r--r--sys/arch/hppa/spmath/impys.S4
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