From: Clément Chigot Date: Thu, 10 Jun 2021 02:00:55 +0000 (-0400) Subject: aix: Power10 assembler invocation. X-Git-Tag: basepoints/gcc-13~6960 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8b067056ba5dd53f7bc883a1f59833efc26bd3e;p=thirdparty%2Fgcc.git aix: Power10 assembler invocation. gcc/ChangeLog: 2021-06-09 Clement Chigot * config/rs6000/aix71.h (ASM_CPU_SPEC): Add Power10 directive. * config/rs6000/aix72.h (ASM_CPU_SPEC): Likewise. --- diff --git a/gcc/config/rs6000/aix71.h b/gcc/config/rs6000/aix71.h index 807e260a1756..38cfa9e158ab 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 36c5d9944392..4cd27e3fdd48 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; \