forked from bminor/glibc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
powerpc: Cleanup: use actual power8 assembly mnemonics
Some implementations in sysdeps/powerpc/powerpc64/power8/*.S still had pre power8 compatible binutils hardcoded macros and were not using .machine power8. This patch should not have semantic changes, in fact it should have the same exact code generated. Tested that generated stripped shared objects are identical when using "strip --remove-section=.note.gnu.build-id". Checked on: - powerpc64le, power9, build-many-glibcs.py, gcc 6.4.1 20180104, binutils 2.26.2.20160726 - powerpc64le, power8, debian 9, gcc 6.3.0 20170516, binutils 2.28 - powerpc64le, power9, ubuntu 19.04, gcc 8.3.0, binutils 2.32 - powerpc64le, power9, opensuse tumbleweed, gcc 9.1.1 20190527, binutils 2.32 - powerpc64, power9, debian 10, gcc 8.3.0, binutils 2.31.1 Reviewed-by: Adhemerval Zanella <[email protected]> Reviewed-by: Gabriel F. T. Gomes <[email protected]>
- Loading branch information
1 parent
3175dcc
commit 066020c
Showing
12 changed files
with
102 additions
and
187 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,18 @@ | ||
2019-08-01 Raoni Fassina Firmino <[email protected]> | ||
|
||
* sysdeps/powerpc/powerpc64/power8/memchr.S: Update power8 | ||
mnemonics and set .machine power8. | ||
* sysdeps/powerpc/powerpc64/power8/memcmp.S: Likewise. | ||
* sysdeps/powerpc/powerpc64/power8/memrchr.S: Likewise. | ||
* sysdeps/powerpc/powerpc64/power8/memset.S: Likewise. | ||
* sysdeps/powerpc/powerpc64/power8/strchr.S: Likewise. | ||
* sysdeps/powerpc/powerpc64/power8/strlen.S: Likewise. | ||
* sysdeps/powerpc/powerpc64/power8/strncmp.S: Likewise. | ||
* sysdeps/powerpc/powerpc64/power8/strncpy.S: Likewise. | ||
* sysdeps/powerpc/powerpc64/power8/strnlen.S: Likewise. | ||
* sysdeps/powerpc/powerpc64/power8/strrchr.S: Likewise. | ||
* sysdeps/powerpc/powerpc64/power8/strspn.S: Likewise. | ||
|
||
2019-08-01 Adhemerval Zanella <[email protected]> | ||
|
||
* sysdeps/hppa/fpu/libm-test-ulps: Update. | ||
|
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
Oops, something went wrong.