Skip to content

Commit

Permalink
Avoid compiling unneeded file in ld.so.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 28, 2010
1 parent 932ac04 commit 880113d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2010-07-27 Ulrich Drepper <drepper@redhat.com>

* sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
for ld.so.

2010-07-26 Roland McGrath <roland@redhat.com>

[BZ #11840]
Expand Down
8 changes: 5 additions & 3 deletions sysdeps/x86_64/multiarch/strcmp-ssse3.S
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#define USE_SSSE3 1
#define STRCMP __strcmp_ssse3
#include "../strcmp.S"
#ifndef NOT_IN_libc
# define USE_SSSE3 1
# define STRCMP __strcmp_ssse3
# include "../strcmp.S"
#endif

0 comments on commit 880113d

Please sign in to comment.