summaryrefslogtreecommitdiff
path: root/sys/lib/libkern
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-03-29 04:08:22 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-03-29 04:08:22 +0000
commit1c8ccea04430a2321ee6254564006c1cfb9279a4 (patch)
treea6345727c785653667744370bd30b460644eb054 /sys/lib/libkern
parentb7d2cadef3354bbbd97a98d382291d18fce6200c (diff)
get rid of somming we will
Diffstat (limited to 'sys/lib/libkern')
-rw-r--r--sys/lib/libkern/arch/hppa/milli.S15
-rw-r--r--sys/lib/libkern/arch/hppa/prefix.h6
2 files changed, 3 insertions, 18 deletions
diff --git a/sys/lib/libkern/arch/hppa/milli.S b/sys/lib/libkern/arch/hppa/milli.S
index b0aed9ad32d..6956bc8907f 100644
--- a/sys/lib/libkern/arch/hppa/milli.S
+++ b/sys/lib/libkern/arch/hppa/milli.S
@@ -1,4 +1,4 @@
-; $OpenBSD: milli.S,v 1.4 2001/03/28 18:12:20 mickey Exp $
+; $OpenBSD: milli.S,v 1.5 2001/03/29 04:08:20 mickey Exp $
;
; (c) Copyright 1986 HEWLETT-PACKARD COMPANY
;
@@ -317,10 +317,6 @@ previous_sp: .equ 64 ; old stack pointer (locates previous frame)
; Statements commented out are used when building such things as operating
; system kernels.
;;;;;;;;;;;;;;;;
- .SPACE $TEXT$
- .subspa $MILLICODE$, QUAD=0,ALIGN=8,ACCESS=0x2c,SORT=8
- .subspa $LIT$, QUAD=0,ALIGN=8,ACCESS=0x2c,SORT=16
- .subspa $CODE$, QUAD=0,ALIGN=8,ACCESS=0x2c,SORT=24
; Additional code subspaces should have ALIGN=8 for an interspace BV
; and should have SORT=24.
;
@@ -328,15 +324,8 @@ previous_sp: .equ 64 ; old stack pointer (locates previous frame)
; sort keys $GLOBAL$ -1 and $GLOBAL$ -2 are reserved for the $DLT$
; and $PLT$ subspaces respectively.
;;;;;;;;;;;;;;;
- .SPACE $PRIVATE$
- .subspa $GLOBAL$, QUAD=1,ALIGN=8,ACCESS=0x1f,SORT=40
- .import $global$
- .subspa $DATA$, QUAD=1,ALIGN=8,ACCESS=0x1f,SORT=16
- .subspa $BSS$, QUAD=1,ALIGN=8,ACCESS=0x1f,SORT=82,ZERO
-
- .SPACE $TEXT$
- .SUBSPA $MILLICODE$
+ .text
.EXPORT $$remI,millicode
; .IMPORT cerror
$$remI:
diff --git a/sys/lib/libkern/arch/hppa/prefix.h b/sys/lib/libkern/arch/hppa/prefix.h
index 442f1fd2ce0..7bd04c6b2d0 100644
--- a/sys/lib/libkern/arch/hppa/prefix.h
+++ b/sys/lib/libkern/arch/hppa/prefix.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: prefix.h,v 1.1 1998/06/23 18:56:54 mickey Exp $ */
+/* $OpenBSD: prefix.h,v 1.2 2001/03/29 04:08:21 mickey Exp $ */
/*
* (c) Copyright 1985 HEWLETT-PACKARD COMPANY
@@ -78,10 +78,6 @@
#define MILLI_RETN BV,n 0(r31)
#define MILLI_RET BV 0(r31)
#endif
-;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .SPACE $TEXT$
- .subspa $MILLICODE$
-;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; VERSION is used wherever ".version" can appear in a routine
;#define VERSION .version
#define VERSION ;