Преглед изворни кода

dl-string.h: remove mips related guard

This can't happen, __mips__ was already checked earlier

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger пре 13 година
родитељ
комит
36524c4c40
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ldso/include/dl-string.h

+ 1 - 1
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__) || defined(__microblaze__)
 # define CONSTANT_STRING_GOT_FIXUP(X) \
 	if ((X) < (const char *) load_addr) (X) += load_addr