rs5000: Delete all specific asm_cpu_* and ASM_CPU_*_SPEC
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 28 Sep 2018 22:30:45 +0000 (00:30 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 28 Sep 2018 22:30:45 +0000 (00:30 +0200)
commit68cf2892dff86ff9b39436932d6c1484a120347f
treea1094dcc743e025ca569cb5c1dc5262e41c32f91
parentf0ca30bf140486165af102ba9823f99b8eb0e558
rs5000: Delete all specific asm_cpu_* and ASM_CPU_*_SPEC

Now that e.g. ASM_CPU_POWER5_SPEC is always "-mpower5" it is clearer and
easier to just write that directly.

* config/rs6000/driver-rs6000.c (asm_names): Adjust the entries for
power5 .. power9 to remove indirection.
* config/rs6000/rs6000.h (ASM_CPU_POWER5_SPEC, ASM_CPU_POWER6_SPEC,
ASM_CPU_POWER7_SPEC, ASM_CPU_POWER8_SPEC, ASM_CPU_POWER9_SPEC,
ASM_CPU_476_SPEC): Delete.
(ASM_CPU_SPEC): Adjust.
(EXTRA_SPECS): Delete asm_cpu_power5, asm_cpu_power6, asm_cpu_power7,
asm_cpu_power8, asm_cpu_power9, asm_cpu_476.

From-SVN: r264704
gcc/ChangeLog
gcc/config/rs6000/driver-rs6000.c
gcc/config/rs6000/rs6000.h