]> git.ipfire.org Git - thirdparty/gcc.git/commit
[RS6000] PR88346, Inconsistent list of CPUs supported after r266502
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Dec 2018 13:28:20 +0000 (13:28 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Dec 2018 13:28:20 +0000 (13:28 +0000)
commit92f01f2992cf1d2e03604b2056eaf96ce3f92477
tree002b260c11af0ea33531c9c0ee61247fda315c46
parent5065260a45080be8f063648f74a6fa7745a5a32c
[RS6000] PR88346, Inconsistent list of CPUs supported after r266502

This patch removes the %e error for AIX, since it seems there has been
no attempt to keep cpu support up to date for AIX, and adds missing
entries to ASM_CPU_SPEC in rs6000.h.  The rs64a->rs64 name change
happened a long time ago as a fix for PR20813 (git commit c92b4c3f5b).

PR 88346
* config/rs6000/rs6000.h (ASM_CPU_SPEC): Correct %e message.  Handle
-mcpu=rs64, not -mcpu=rs64a.  Handle -mcpu=powerpc64 and -mcpu=titan.
* config/rs6000/driver-rs6000.c (asm_names): Similarly.
* config/rs6000/aix71.h (ASM_CPU_SPEC): Delete %e message.  Handle
-mcpu=rs64, not -mcpu=rs64a.
* config/rs6000/aix72.h (ASM_CPU_SPEC): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267375 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/aix71.h
gcc/config/rs6000/aix72.h
gcc/config/rs6000/driver-rs6000.c
gcc/config/rs6000/rs6000.h