]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/rs6000/rs6000.c
defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.
authorEric Christopher <echristo@gcc.gnu.org>
Tue, 24 Aug 2004 00:30:52 +0000 (00:30 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Tue, 24 Aug 2004 00:30:52 +0000 (00:30 +0000)
commitf676971a92dcc163394d15c819e904cbed2438d6
tree7636aad680528291a6fa22918ea3a0c18c83943b
parenta43b7e0fd7e33918218b26302e1bac209f76cd07
defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.

2004-08-23  Eric Christopher  <echristo@redhat.com>

* defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.
* system.h (VECTOR_MODE_SUPPORTED_P): Poison.
* target-def.h (TARGET_VECTOR_MODE_SUPPORTED_P): Define.
* target.h: Ditto.
* hooks.h: Include machmode.h.
(hook_bool_mode_false): Declare.
* hooks.c (hook_bool_mode_false): Define.
* expr.c (vector_mode_valid_p): Use targetm.vector_mode_supported_p.
* stor-layout.c (layout_type): Ditto.
* config/alpha/alpha.c (alpha_vector_mode_supported_p): New function.
Define to target macro.
* config/alpha/alpha.h (VECTOR_MODE_SUPPORTED_P): Delete.
* config/arm/arm.c: Ditto. Use.
* config/arm/arm.h: Ditto.
* config/arm/arm-protos.h: Ditto.
* config/i386/i386.c: Ditto.
* config/i386/i386.h: Ditto.
* config/rs6000/rs6000.c: Ditto.
* config/rs6000/rs6000.h: Ditto.
* config/sh/sh.c: Ditto.
* config/sh/sh.h: Ditto.
* config/sh/sh-protos.h: Ditto.
* config/sh/sh.md: Use.
* doc/tm.texi: Move documentation for VECTOR_MODE_SUPPORTED_P
to TARGET_VECTOR_MODE_SUPPORTED_P.

2004-08-23  Eric Christopher  <echristo@redhat.com>

* trans-types.c (gfc_type_for_mode): Remove VECTOR_TYPE_SUPPORTED_P
usage. Use build_vector_type_for_mode for vector types.

From-SVN: r86453
25 files changed:
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.h
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/sh/sh-protos.h
gcc/config/sh/sh.c
gcc/config/sh/sh.h
gcc/config/sh/sh.md
gcc/defaults.h
gcc/doc/tm.texi
gcc/expr.c
gcc/fortran/ChangeLog
gcc/fortran/trans-types.c
gcc/hooks.c
gcc/hooks.h
gcc/stor-layout.c
gcc/system.h
gcc/target-def.h
gcc/target.h