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 7/8] Move i486/strlen.S to strlen.S


Since glibc doesn't support i386 any more, we can move i486/strlen.S
to strlen.S.

OK for master?

H.J.
---
	* sysdeps/i386/i486/strlen.S: Moved to ...
	* sysdeps/i386/strlen.S: Here.
---
 sysdeps/i386/{i486 => }/strlen.S | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename sysdeps/i386/{i486 => }/strlen.S (100%)

diff --git a/sysdeps/i386/i486/strlen.S b/sysdeps/i386/strlen.S
similarity index 100%
rename from sysdeps/i386/i486/strlen.S
rename to sysdeps/i386/strlen.S
-- 
2.4.3


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