Author: jim Date: 2006-01-03 15:36:52 -0700 (Tue, 03 Jan 2006) New Revision: 1323
Added: trunk/silo/silo-1.4.10-sparc64-1.patch Modified: trunk/ Log: [EMAIL PROTECTED]: jim | 2006-01-02 14:35:49 -0800 Added: silo-1.4.10-sparc64-1.patch Property changes on: trunk ___________________________________________________________________ Name: svk:merge - cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1630 + cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1632 Added: trunk/silo/silo-1.4.10-sparc64-1.patch =================================================================== --- trunk/silo/silo-1.4.10-sparc64-1.patch 2006-01-03 20:17:03 UTC (rev 1322) +++ trunk/silo/silo-1.4.10-sparc64-1.patch 2006-01-03 22:36:52 UTC (rev 1323) @@ -0,0 +1,44 @@ +Submitted By: Jim Gifford (patches at jg555 dot com) +Date: 2006-01-02 +Initial Package Version: 1.4.10 +Origin: RockLinux and Jim Gifford +Upstream Status: Unknown +Description: Allows Silo to Build as 64-Bit + +diff -Naur silo-1.4.9.orig/common/divdi3.S silo-1.4.9/common/divdi3.S +--- silo-1.4.9.orig/common/divdi3.S 2004-06-20 17:16:32.000000000 +0000 ++++ silo-1.4.9/common/divdi3.S 2005-08-06 19:50:06.000000000 +0000 +@@ -17,6 +17,9 @@ + the Free Software Foundation, 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + ++ .register %g3,#scratch ++ .register %g2,#scratch ++ + .data + .align 8 + .globl __clz_tab +diff -Naur silo-1.4.9.orig/common/udivdi3.S silo-1.4.9/common/udivdi3.S +--- silo-1.4.9.orig/common/udivdi3.S 2004-06-20 17:16:32.000000000 +0000 ++++ silo-1.4.9/common/udivdi3.S 2005-08-06 19:50:06.000000000 +0000 +@@ -17,6 +17,8 @@ + the Free Software Foundation, 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + ++ .register %g2,#scratch ++ + .text + .align 4 + .globl __udivdi3 +diff -Naur silo-1.4.9.orig/second/muldi3.S silo-1.4.9/second/muldi3.S +--- silo-1.4.9.orig/second/muldi3.S 2001-06-06 17:04:50.000000000 +0000 ++++ silo-1.4.9/second/muldi3.S 2005-08-06 19:50:06.000000000 +0000 +@@ -17,6 +17,8 @@ + the Free Software Foundation, 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + ++ .register %g2,#scratch ++ + .text + .align 4 + .globl __muldi3 Property changes on: trunk/silo/silo-1.4.10-sparc64-1.patch ___________________________________________________________________ Name: svn:executable + * -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
