Author: jim
Date: 2006-07-22 20:58:38 -0600 (Sat, 22 Jul 2006)
New Revision: 1605

Added:
   trunk/colo/colo-1.21-relocation_fix-1.patch
Modified:
   trunk/
Log:
 [EMAIL PROTECTED]:  jim | 2006-07-21 13:15:03 -0700
 Added colo-1.21-relocation_fix-1.patch



Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1710
e59974df-c20a-0410-b7e1-d7eaf1be8828:/patches:1825
   + cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1710
e59974df-c20a-0410-b7e1-d7eaf1be8828:/patches:1827

Added: trunk/colo/colo-1.21-relocation_fix-1.patch
===================================================================
--- trunk/colo/colo-1.21-relocation_fix-1.patch                         (rev 0)
+++ trunk/colo/colo-1.21-relocation_fix-1.patch 2006-07-23 02:58:38 UTC (rev 
1605)
@@ -0,0 +1,21 @@
+Submitted By: Joe Ciccone <[EMAIL PROTECTED]>
+Date: 2006-06-11
+Initial Package Version: 1.21
+Upstream Status: Unknown
+Origin: Joe Ciccone
+Description: Fixes relocation errors when linking.
+
+diff -Naur colo-1.21.orig/stage1/include/lib.h colo-1.21/stage1/include/lib.h
+--- colo-1.21.orig/stage1/include/lib.h        2006-01-17 18:03:58.000000000 
-0500
++++ colo-1.21/stage1/include/lib.h     2006-07-11 01:01:29.000000000 -0400
+@@ -47,8 +47,8 @@
+ 
+ /* fast.c */
+ 
+-extern void * __attribute__((section(".data"))) _memcpy_w(void *, const void 
*, size_t);
+-extern void * __attribute__((section(".data"))) _memset_w(void *, int, 
size_t);
++extern void * _memcpy_w(void *, const void *, size_t);
++extern void * _memset_w(void *, int, size_t);
+ 
+ #endif
+ 

-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to