* real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is
commit3d94d3fa523db629844494e5e91af2c5c83a2226
authorthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Sep 2002 16:45:24 +0000 (5 16:45 +0000)
committerthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Sep 2002 16:45:24 +0000 (5 16:45 +0000)
tree70329ae1dde96296047c6f28b8b0a2e52b164a39
parent357f0b4b88b6c6de8c9e2f2e69234f224af192a5
* real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is
not a compile-time constant for the non-IBM case.
* config/arm/arm-protos.h (arm_float_words_big_endian): New
prototype.
* config/arm/arm.c (arm_float_words_big_endian): New function.
(TARGET_CPU_CPP_BUILTINS): Define __VFP_FP__ if TARGET_VFP
and not TARGET_HARD_FLOAT.
(ARM_FLAG_VFP, TARGET_VFP): Define.
(FLOAT_WORDS_BIG_ENDIAN): Use arm_float_words_big_endian.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56854 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/real.c