forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
powerpc: Rearrange little endian specific files
This patch moves little endian specific POWER9 optimization files to sysdeps/powerpc/powerpc64/le and creates POWER9 ifunc functions only for little endian.
- Loading branch information
1 parent
436e4d5
commit 7793ad7
Showing
9 changed files
with
53 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
2018-08-16 Rajalakshmi Srinivasaraghavan <[email protected]> | ||
|
||
* sysdeps/powerpc/powerpc64/multiarch/Makefile | ||
(sysdep_routines): Build strcmp-power9 and strncmp-power9 | ||
only for little endian. | ||
* sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c | ||
(strncmp): Move __strncmp_power9 inside ifdef __LITTLE_ENDIAN__. | ||
(STRCMP): Move __strcmp_power9 inside ifdef __LITTLE_ENDIAN__. | ||
* sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: | ||
Add check for little endian. | ||
* sysdeps/powerpc/powerpc64/multiarch/strcmp.c | ||
(__strcmp_power9): Add check for little endian. | ||
* sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: | ||
Add check for little endian. | ||
* sysdeps/powerpc/powerpc64/multiarch/strncmp.c | ||
(__strncmp_power9): Add check for little endian. | ||
* sysdeps/powerpc/powerpc64/power9/strcmp.S: Removed ifdef | ||
__LITTLE_ENDIAN__ and moved to sysdeps/powerpc/powerpc64/le/power9. | ||
* sysdeps/powerpc/powerpc64/power9/strncmp.S: Likewise. | ||
* sysdeps/powerpc/powerpc64/le/power9/strcmp.S: New file. | ||
* sysdeps/powerpc/powerpc64/le/power9/strncmp.S: Likewise. | ||
|
||
2018-08-15 Siddhesh Poyarekar <[email protected]> | ||
|
||
* sysdeps/aarch64/strlen.S (__strlen): Rename to STRLEN. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters