diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-28 23:56:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-28 23:56:00 +0000 |
commit | 7476a55a7f190d4aef1fab7e46f6d508e0a60bf3 (patch) | |
tree | 0b0f1debb1ba5f7f9d099fafac29f3ff5822952c | |
parent | b309c0cfad3b404795737e55a2472a59151ade5a (diff) |
start of text
-rw-r--r-- | sys/arch/hppa/spmath/divu.S | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/impys.S | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/impyu.S | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys/arch/hppa/spmath/divu.S b/sys/arch/hppa/spmath/divu.S index 48bbfda54f9..7566a39d58a 100644 --- a/sys/arch/hppa/spmath/divu.S +++ b/sys/arch/hppa/spmath/divu.S @@ -1,4 +1,4 @@ -/* $OpenBSD: divu.S,v 1.3 1998/07/02 19:05:14 mickey Exp $ */ +/* $OpenBSD: divu.S,v 1.4 2001/03/28 23:55:59 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -55,6 +55,8 @@ quo .reg %r4 /* quotient and lower part of dividend */ dvr .reg %r5 /* divisor */ tp .reg %r6 /* temp. reg. */ + .text + /*****************************************************************************/ ENTRY(divu) stws,ma rem,4(sp) ; save registers on stack diff --git a/sys/arch/hppa/spmath/impys.S b/sys/arch/hppa/spmath/impys.S index 42a5bbcb79c..8e2efec5db7 100644 --- a/sys/arch/hppa/spmath/impys.S +++ b/sys/arch/hppa/spmath/impys.S @@ -1,4 +1,4 @@ -/* $OpenBSD: impys.S,v 1.3 1998/07/02 19:05:32 mickey Exp $ */ +/* $OpenBSD: impys.S,v 1.4 2001/03/28 23:55:59 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -64,6 +64,8 @@ sign .equ 8 /* sign of product */ pc .equ 9 /* carry bit of product, = 00...01 */ pm .equ 10 /* value of -1 used in shifting */ + .text + ENTRY(impys) stws,ma pu,4(sp) ; save registers on stack stws,ma pl,4(sp) ; save registers on stack diff --git a/sys/arch/hppa/spmath/impyu.S b/sys/arch/hppa/spmath/impyu.S index bc686202416..7cc30b3b0af 100644 --- a/sys/arch/hppa/spmath/impyu.S +++ b/sys/arch/hppa/spmath/impyu.S @@ -1,4 +1,4 @@ -/* $OpenBSD: impyu.S,v 1.3 1998/07/02 19:05:33 mickey Exp $ */ +/* $OpenBSD: impyu.S,v 1.4 2001/03/28 23:55:59 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -68,8 +68,7 @@ temp .equ 6 ;**************************************************************************** .export impyu,entry - .space $TEXT$ - .subspa $CODE$ + .text .align 4 .proc .callinfo |