From: Clément Chigot Date: Thu, 10 Jun 2021 02:00:55 +0000 (-0400) Subject: aix: Power10 assembler invocation. X-Git-Tag: releases/gcc-11.2.0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=291f8b1130de0f0f25e74efd2fa6538802b3fd79;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. (cherry picked from commit f8b067056ba5dd53f7bc883a1f59833efc26bd3e) --- diff --git a/gcc/config/rs6000/aix71.h b/gcc/config/rs6000/aix71.h index 3612ed2593b0..17f0a0222eb6 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 d34909283cc6..c414a9256360 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; \