mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 05:20:26 +08:00
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:
parent
0b96ffdb17
commit
2e987dd5f9
@ -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
|
||||
|
@ -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} \
|
||||
|
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user