Where are the Solaris 7 patchs?

assar@stacken.kth.se assar at stacken.kth.se
Wed May 26 08:58:59 CEST 1999


Jim Nance <jim_nance at 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





More information about the Arla-drinkers mailing list