Fixup x86 after x86-64 varshift change.

This commit is contained in:
Ulrich Drepper 2010-08-27 12:10:11 -07:00
parent 01d2601561
commit c96d23fcaa
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2010-08-27 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/i686/multiarch/varshift.S: File removed.
* sysdeps/i386/i686/multiarch/varshift.c: New file.
* sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
* sysdeps/x86_64/strlen.S: Minimal code improvement.

View File

@ -1 +0,0 @@
#include <sysdeps/x86_64/multiarch/varshift.S>

View File

@ -0,0 +1 @@
#include <sysdeps/x86_64/multiarch/varshift.c>