[PATCH 6/8] Move i486/strcat.S to strcat.S
H.J. Lu
hongjiu.lu@intel.com
Wed Aug 26 17:37:00 GMT 2015
Since glibc doesn't support i386 any more, we can move i486/strcat.S
to strcat.S.
OK for master?
H.J.
---
* sysdeps/i386/i486/strcat.S: Moved to ...
* sysdeps/i386/strcat.S: Here.
* sysdeps/i386/i686/multiarch/strcat.S: Updated.
---
sysdeps/i386/i686/multiarch/strcat.S | 2 +-
sysdeps/i386/{i486 => }/strcat.S | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename sysdeps/i386/{i486 => }/strcat.S (100%)
diff --git a/sysdeps/i386/i686/multiarch/strcat.S b/sysdeps/i386/i686/multiarch/strcat.S
index 45d84cd..e893815 100644
--- a/sysdeps/i386/i686/multiarch/strcat.S
+++ b/sysdeps/i386/i686/multiarch/strcat.S
@@ -88,5 +88,5 @@ END(STRCAT)
#endif
#ifndef USE_AS_STRNCAT
-# include "../../i486/strcat.S"
+# include "../../strcat.S"
#endif
diff --git a/sysdeps/i386/i486/strcat.S b/sysdeps/i386/strcat.S
similarity index 100%
rename from sysdeps/i386/i486/strcat.S
rename to sysdeps/i386/strcat.S
--
2.4.3
More information about the Libc-alpha
mailing list