From 62452e396bf7f941bc61386f13b2bf73f04ff3fa Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 26 Aug 2005 00:48:46 +0000 Subject: Sync with trunk. --- libc/string/sparc/strcat.S | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libc/string/sparc/strcat.S (limited to 'libc/string/sparc/strcat.S') diff --git a/libc/string/sparc/strcat.S b/libc/string/sparc/strcat.S new file mode 100644 index 000000000..ae18e4e91 --- /dev/null +++ b/libc/string/sparc/strcat.S @@ -0,0 +1,13 @@ +#include "_glibc_inc.h" + +#if __WORDSIZE == 32 + +# if defined(__CONFIG_SPARC_V9B__) +# include "sparc32/sparcv9b/strcat.S" +# else +# include "sparc32/strcat.S" +# endif + +#else +# include "sparc64/strcat.S" +#endif -- cgit v1.2.3