Skip to content

Commit

Permalink
Fixup x86 after x86-64 varshift change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 27, 2010
1 parent 01d2601 commit c96d23f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion sysdeps/i386/i686/multiarch/varshift.S

This file was deleted.

1 change: 1 addition & 0 deletions sysdeps/i386/i686/multiarch/varshift.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include <sysdeps/x86_64/multiarch/varshift.c>

0 comments on commit c96d23f

Please sign in to comment.