[uClibc-cvs] uClibc/ldso/include ld_string.h,1.1,1.2

Erik Andersen andersen at uclibc.org
Mon Sep 29 21:46:04 UTC 2003


Update of /var/cvs/uClibc/ldso/include
In directory winder:/tmp/cvs-serv17350/ldso/include

Modified Files:
	ld_string.h 
Log Message:
Fix SUPPORT_LD_DEBUG_EARLY on powerpc


Index: ld_string.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/include/ld_string.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ld_string.h	19 Aug 2003 06:05:30 -0000	1.1
+++ ld_string.h	29 Sep 2003 21:46:00 -0000	1.2
@@ -243,7 +243,7 @@
 }
 
 
-#if defined mc68000 || defined __arm__ || defined __mips__ || defined __sh__
+#if defined(mc68000) || defined(__arm__) || defined(__mips__) || defined(__sh__) ||  defined(__powerpc__)
 /* On some arches constant strings are referenced through the GOT. */
 /* XXX Requires load_addr to be defined. */
 #define SEND_STDERR(X)				\




More information about the uClibc-cvs mailing list