public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1353] aix: Power10 assembler invocation.
@ 2021-06-10  2:06 David Edelsohn
  0 siblings, 0 replies; only message in thread
From: David Edelsohn @ 2021-06-10  2:06 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f8b067056ba5dd53f7bc883a1f59833efc26bd3e

commit r12-1353-gf8b067056ba5dd53f7bc883a1f59833efc26bd3e
Author: Clément Chigot <clement.chigot@atos.net>
Date:   Wed Jun 9 22:00:55 2021 -0400

    aix: Power10 assembler invocation.
    
    gcc/ChangeLog:
    
    2021-06-09  Clement Chigot  <clement.chigot@atos.net>
    
            * config/rs6000/aix71.h (ASM_CPU_SPEC): Add Power10 directive.
            * config/rs6000/aix72.h (ASM_CPU_SPEC): Likewise.

Diff:
---
 gcc/config/rs6000/aix71.h | 1 +
 gcc/config/rs6000/aix72.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/gcc/config/rs6000/aix71.h b/gcc/config/rs6000/aix71.h
index 807e260a175..38cfa9e158a 100644
--- a/gcc/config/rs6000/aix71.h
+++ b/gcc/config/rs6000/aix71.h
@@ -78,6 +78,7 @@ do {									\
 #undef ASM_CPU_SPEC
 #define ASM_CPU_SPEC \
 "%{mcpu=native: %(asm_cpu_native); \
+  mcpu=power10: -mpwr10; \
   mcpu=power9: -mpwr9; \
   mcpu=power8: -mpwr8; \
   mcpu=power7: -mpwr7; \
diff --git a/gcc/config/rs6000/aix72.h b/gcc/config/rs6000/aix72.h
index 36c5d994439..4cd27e3fdd4 100644
--- a/gcc/config/rs6000/aix72.h
+++ b/gcc/config/rs6000/aix72.h
@@ -78,6 +78,7 @@ do {									\
 #undef ASM_CPU_SPEC
 #define ASM_CPU_SPEC \
 "%{mcpu=native: %(asm_cpu_native); \
+  mcpu=power10: -mpwr10; \
   mcpu=power9: -mpwr9; \
   mcpu=power8: -mpwr8; \
   mcpu=power7: -mpwr7; \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-10  2:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10  2:06 [gcc r12-1353] aix: Power10 assembler invocation David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).