libdl: end must be bigger than start
[uclibc-ng.git] / libc / string / sparc / strcmp.S
blob556537ce3ac14b3ef96ea4eebe10a283df39bfd7
1 #include "_glibc_inc.h"
3 #if __WORDSIZE == 32
5 # if defined(__CONFIG_SPARC_V9B__)
6 #  include "sparc32/sparcv9b/strcmp.S"
7 # else
8 #  include "sparc32/strcmp.S"
9 # endif
11 #else
12 # include "sparc64/strcmp.S"
13 #endif
15 #ifndef __UCLIBC_HAS_LOCALE__
16 strong_alias(strcmp,strcoll)
17 libc_hidden_def(strcoll)
18 #endif