This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 6/8] Move i486/strcat.S to strcat.S


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]