svn commit: [26062] trunk/uClibc/ldso/include
austinf at uclibc.org
austinf at uclibc.org
Sat Apr 11 00:08:48 UTC 2009
Author: austinf
Date: 2009-04-11 00:08:47 +0000 (Sat, 11 Apr 2009)
New Revision: 26062
Log:
sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldso
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
Modified:
trunk/uClibc/ldso/include/dl-string.h
Changeset:
Modified: trunk/uClibc/ldso/include/dl-string.h
===================================================================
--- trunk/uClibc/ldso/include/dl-string.h 2009-04-10 23:48:03 UTC (rev 26061)
+++ trunk/uClibc/ldso/include/dl-string.h 2009-04-11 00:08:47 UTC (rev 26062)
@@ -286,7 +286,7 @@
* This requires that load_addr must already be defined... */
#if defined(mc68000) || defined(__arm__) || defined(__thumb__) || \
defined(__mips__) || defined(__sh__) || defined(__powerpc__) || \
- defined(__avr32__) || defined(__xtensa__)
+ defined(__avr32__) || defined(__xtensa__) || defined(__sparc__)
# define CONSTANT_STRING_GOT_FIXUP(X) \
if ((X) < (const char *) load_addr) (X) += load_addr
# define NO_EARLY_SEND_STDERR
More information about the uClibc-cvs
mailing list