From: H.J. Lu Date: Thu, 27 Aug 2015 14:57:36 +0000 (-0700) Subject: Move i486/strlen.S to strlen.S X-Git-Tag: glibc-2.23~541 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=892bb11e4eb1e2fa931e2e4f5268dafb848c87db;p=thirdparty%2Fglibc.git Move i486/strlen.S to strlen.S Since glibc doesn't support i386 any more, we can move i486/strlen.S to strlen.S. * sysdeps/i386/i486/strlen.S: Moved to ... * sysdeps/i386/strlen.S: Here. --- diff --git a/ChangeLog b/ChangeLog index 223db0d4663..535dee6c41c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-08-27 H.J. Lu + + * sysdeps/i386/i486/strlen.S: Moved to ... + * sysdeps/i386/strlen.S: Here. + 2015-08-27 H.J. Lu * sysdeps/i386/i486/strcat.S: Moved to ... 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