config.gcc: Add support for arm926ejs, arm1026ejs, arm1136js, arm1136jfs, and armv6j.
authorMark Mitchell <mark@codesourcery.com>
Mon, 20 Oct 2003 06:27:32 +0000 (06:27 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 20 Oct 2003 06:27:32 +0000 (06:27 +0000)
commit81f9037c86a32ea5123a5aed141dec59bfda2f5e
tree98f15b28c3d1a9b72edaeea9c16d9b2171298db7
parent5a13d72876d36de81e44f01d7f292d2d70470c28
config.gcc: Add support for arm926ejs, arm1026ejs, arm1136js, arm1136jfs, and armv6j.

* config.gcc: Add support for arm926ejs, arm1026ejs, arm1136js,
arm1136jfs, and armv6j.
* config/arm/arm.c (FL_ARCH6J): New macro.
(FL_VFPV2): Likewise.
(all_cores): Add entries for arm926ejs, arm1026ejs, arm1136js,
and arm1136jfs.
(all_architectures): Add entry for armv6j.
(arm_override_options): Add entries for arm926ejs, arm1026ejs,
arm1136js, and arm1136jfs.
* config/arm/arm.h (TARGET_CPU_arm926ej_s): New macro.
(TARGET_CPU_arm1026ej_s): Likewise.
(TARGET_CPU_arm1136j_s): Likewise.
(TARGET_CPU_arm1136jf_s): Likewise.
* doc/invoke.texi: Document new ARM cores and architecture
variants.

From-SVN: r72694
gcc/ChangeLog
gcc/config.gcc
gcc/config/arm/arm.c
gcc/config/arm/arm.h