[git commit future 1/1] dl-string.h: remove mips related guard
Khem Raj
raj.khem at gmail.com
Sat Mar 19 18:51:25 UTC 2011
commit: http://git.uclibc.org/uClibc/commit/?id=b14a67258c319bf09194a5f1b9fc68b9bbef5a14
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future
This can't happen, __mips__ was already checked earlier
Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
ldso/include/dl-string.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ldso/include/dl-string.h b/ldso/include/dl-string.h
index 712f2b6..667e12e 100644
--- a/ldso/include/dl-string.h
+++ b/ldso/include/dl-string.h
@@ -265,7 +265,7 @@ static __always_inline char * _dl_simple_ltoahex(char *local, unsigned long i)
/* On some arches constant strings are referenced through the GOT.
* This requires that load_addr must already be defined... */
#if defined(mc68000) || defined(__arm__) || defined(__thumb__) || \
- defined(__mips__) || defined(__sh__) || defined(__powerpc__) || \
+ defined(__sh__) || defined(__powerpc__) || \
defined(__avr32__) || defined(__xtensa__) || defined(__sparc__)
# define CONSTANT_STRING_GOT_FIXUP(X) \
if ((X) < (const char *) load_addr) (X) += load_addr
--
1.7.3.4
More information about the uClibc-cvs
mailing list