[849] in arla-drinkers

home help back first fref pref prev next nref lref last post

Re: Where are the Solaris 7 patchs?

daemon@ATHENA.MIT.EDU (assar@stacken.kth.se)
Wed May 26 03:06:08 1999

From owner-arla-drinkers@stacken.kth.se Wed May 26 07:06:07 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 22466 invoked from network); 26 May 1999 07:06:06 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
  by bloom-picayune.mit.edu with SMTP; 26 May 1999 07:06:06 -0000
Received: (from majordom@localhost)
	by sundance.stacken.kth.se (8.8.8/8.8.8) id IAA11405
	for arla-drinkers-list; Wed, 26 May 1999 08:58:59 +0200 (MET DST)
Received: from assaris.sics.se (assaris.sics.se [193.10.66.108])
	by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id IAA11401
	for <arla-drinkers@stacken.kth.se>; Wed, 26 May 1999 08:58:55 +0200 (MET DST)
Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.7.3) id JAA26230; Wed, 26 May 1999 09:02:11 +0200 (CEST)
From: assar@stacken.kth.se
To: Jim Nance <jim_nance@yahoo.com>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: Where are the Solaris 7 patchs?
References: <19990525190045.21385.rocketmail@web216.mail.yahoo.com>
Mime-Version: 1.0 (generated by tm-edit 7.68)
Content-Type: text/plain; charset=US-ASCII
Date: 26 May 1999 09:02:11 +0200
In-Reply-To: Jim Nance's message of "Tue, 25 May 1999 12:00:45 -0700 (PDT)"
Message-ID: <5l675guxe4.fsf@assaris.sics.se>
Lines: 44
X-Mailer: Gnus v5.5/Emacs 19.34
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk

Jim Nance <jim_nance@yahoo.com> writes:
>     I noticed in the 0.24 announcement it said to send
> mail here for Solaris 7 patches.  I am trying to build
> on one of these machines.  Can someone point me to
> the patches?

This should be the only patch that's required.  If your as complains
about the `.register' stuff then you have an older one and you can
just #if 0-them out.  (This will of course be autoconf'd soon :-)

/assar

Index: lwp/process.S
===================================================================
RCS file: /usr/local/cvsroot/arla/lwp/process.S,v
retrieving revision 1.18.8.1
diff -u -w -u -w -r1.18.8.1 process.S
--- process.S	1999/05/14 18:45:39	1.18.8.1
+++ process.S	1999/05/26 06:57:45
@@ -1,4 +1,4 @@
-/* $Header: /usr/local/cvsroot/arla/lwp/process.S,v 1.18.8.1 1999/05/14 18:45:39 assar Exp $ */
+/* $Header: /usr/local/cvsroot/arla/lwp/process.S,v 1.19 1999/05/15 16:03:46 assar Exp $ */
 /* $Source: /usr/local/cvsroot/arla/lwp/process.S,v $ */
 
 /*
@@ -342,13 +342,13 @@
 topstack	= 0
 globals = 8
 
-#if 0   /* These might be required if you have a recent as */
+#if 1   /* These might be required if you have a recent as */
 	/* These declarations are apparently required */
 
-	.register	%g2, g2
-	.register	%g3, g3
-	.register	%g6, g6
-	.register	%g7, g7
+	.register	%g2, #scratch
+	.register	%g3, #scratch
+	.register	%g6, #scratch
+	.register	%g7, #scratch
 #endif
 
 	stx	%fp,[%i1+topstack]		! area1->topstack = sp

home help back first fref pref prev next nref lref last post