invoke.texi: Add cpu_type's 464 and 464fp.
authorPeter Bergner <bergner@vnet.ibm.com>
Wed, 21 May 2008 18:09:07 +0000 (13:09 -0500)
committerPeter Bergner <bergner@gcc.gnu.org>
Wed, 21 May 2008 18:09:07 +0000 (13:09 -0500)
commit4adf80083777c772d96022b9028b770137424a33
tree3d40d0ffbcebb035a9198eac883604574a1d1e45
parent00a25a2d39c992235f57f6d891a407144236760c
invoke.texi: Add cpu_type's 464 and 464fp.

* doc/invoke.texi: Add cpu_type's 464 and 464fp.
(-mmulhw): Add 464 to description.
(-mdlmzb): Likewise.
* config.gcc: Handle --with-cpu=464 and --with-cpu=464fp.
* config/rs6000/rs6000.c (processor_target_table): Add 464 and
464fp entries.
* config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 464 and 464fp support.
* config/rs6000/t-fprules (MULTILIB_MATCHES_FLOAT): Include -mcpu=464.
* config/rs6000/rs6000.md: Update comments for 464.

From-SVN: r135730
gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/t-fprules
gcc/doc/invoke.texi