powerpc: use .machine power10 in POWER10 assembler sources

They were misattributed as POWER9 sources.
This commit is contained in:
Andreas Schwab 2025-06-23 11:37:23 +02:00
parent b3b0d0308c
commit 9b3730a54b
5 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@
#ifndef MEMCMP
# define MEMCMP memcmp
#endif
.machine power9
.machine power10
ENTRY_TOCLESS (MEMCMP, 4)
CALL_MCOUNT 3

View File

@ -26,7 +26,7 @@
/* __ptr_t [r3] memcpy (__ptr_t dst [r3], __ptr_t src [r4], size_t len [r5]);
Returns 'dst'. */
.machine power9
.machine power10
ENTRY_TOCLESS (MEMCPY, 5)
CALL_MCOUNT 3

View File

@ -28,7 +28,7 @@
#ifndef MEMMOVE
# define MEMMOVE memmove
#endif
.machine power9
.machine power10
ENTRY_TOCLESS (MEMMOVE, 5)
CALL_MCOUNT 3

View File

@ -25,7 +25,7 @@
# define MEMSET memset
#endif
.machine power9
.machine power10
ENTRY_TOCLESS (MEMSET, 5)
CALL_MCOUNT 3

View File

@ -92,7 +92,7 @@
The implementation can load bytes past a matching byte, but only
up to the next 64B boundary, so it never crosses a page. */
.machine power9
.machine power10
ENTRY_TOCLESS (FUNCNAME, 4)
CALL_MCOUNT MCOUNT_NARGS