source: patches/colo-1.22-relocation_fix-1.patch @ 2988f45

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 2988f45 was dedf427, checked in by Jim Gifford <clfs@…>, 17 years ago

Update to Colo 1.22

  • Property mode set to 100644
File size: 749 bytes
RevLine 
[3c9b86e]1Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org>
2Date: 2006-06-11
3Initial Package Version: 1.21
4Upstream Status: Unknown
5Origin: Joe Ciccone
6Description: Fixes relocation errors when linking.
7
8diff -Naur colo-1.21.orig/stage1/include/lib.h colo-1.21/stage1/include/lib.h
9--- colo-1.21.orig/stage1/include/lib.h 2006-01-17 18:03:58.000000000 -0500
10+++ colo-1.21/stage1/include/lib.h      2006-07-11 01:01:29.000000000 -0400
11@@ -47,8 +47,8 @@
12 
13 /* fast.c */
14 
15-extern void * __attribute__((section(".data"))) _memcpy_w(void *, const void *, size_t);
16-extern void * __attribute__((section(".data"))) _memset_w(void *, int, size_t);
17+extern void * _memcpy_w(void *, const void *, size_t);
18+extern void * _memset_w(void *, int, size_t);
19 
20 #endif
21 
Note: See TracBrowser for help on using the repository browser.