|
@@ -243,7 +243,7 @@ static inline char *_dl_simple_ltoahex(char * local, unsigned long i)
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-#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. */
|
|
/* On some arches constant strings are referenced through the GOT. */
|
|
/* XXX Requires load_addr to be defined. */
|
|
/* XXX Requires load_addr to be defined. */
|
|
#define SEND_STDERR(X) \
|
|
#define SEND_STDERR(X) \
|