aix71.h (ASM_CPU_SPEC): Add entry for Power9.

* config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
	* config/rs6000/driver-rs6000.c (struct asm_names): Likewise.

From-SVN: r232694
This commit is contained in:
Pat Haugen 2016-01-21 18:30:29 +00:00 committed by Pat Haugen
parent 0b96ffdb17
commit 2e987dd5f9
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2016-01-21 Pat Haugen <pthaugen@us.ibm.com>
* config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
* config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
2016-01-21 Bernd Schmidt <bschmidt@redhat.com>
PR middle-end/66178

View File

@ -80,6 +80,7 @@ do { \
%{mcpu=power6x: -mpwr6} \
%{mcpu=power7: -mpwr7} \
%{mcpu=power8: -mpwr8} \
%{mcpu=power9: -mpwr9} \
%{mcpu=powerpc: -mppc} \
%{mcpu=rs64a: -mppc} \
%{mcpu=603: -m603} \

View File

@ -361,6 +361,7 @@ static const struct asm_name asm_names[] = {
{ "power6x", "-mpwr6" },
{ "power7", "-mpwr7" },
{ "power8", "-mpwr8" },
{ "power9", "-mpwr9" },
{ "powerpc", "-mppc" },
{ "rs64a", "-mppc" },
{ "603", "-m603" },
@ -387,6 +388,7 @@ static const struct asm_name asm_names[] = {
{ "power6x", "%(asm_cpu_power6) -maltivec" },
{ "power7", "%(asm_cpu_power7)" },
{ "power8", "%(asm_cpu_power8)" },
{ "power9", "%(asm_cpu_power9)" },
{ "powerpc", "-mppc" },
{ "rs64a", "-mppc64" },
{ "401", "-mppc" },