diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-20 06:36:36 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-20 06:36:36 +0000 |
commit | 3de1ababe09df4bd8b26e663bdef6e4c54b9c14e (patch) | |
tree | 5df0f14f58dbab177f244889f99818f0cfcea693 /gcc/config/xtensa | |
parent | 8fd007d79a04ea4bbd244c755a366b33198fd8cd (diff) | |
download | gcc-3de1ababe09df4bd8b26e663bdef6e4c54b9c14e.tar.gz |
* real.h (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT,
IBM_FLOAT_FORMAT, C4X_FLOAT_FORMAT, TARGET_FLOAT_FORMAT): Move ...
* defaults.h: ... here.
* config/arm/arm.h, config/avr/avr.h, config/d30v/d30v.h,
config/fr30/fr30.h, config/frv/frv.h, config/ia64/ia64.h,
config/ip2k/ip2k.h, config/mips/mips.h, config/stormy16/stormy16.h,
config/xtensa/xtensa.h (TARGET_FLOAT_FORMAT): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57336 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/xtensa')
-rw-r--r-- | gcc/config/xtensa/xtensa.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/xtensa/xtensa.h b/gcc/config/xtensa/xtensa.h index 3acf5b0fdf3..84bb057dd8f 100644 --- a/gcc/config/xtensa/xtensa.h +++ b/gcc/config/xtensa/xtensa.h @@ -855,9 +855,6 @@ extern enum reg_class xtensa_char_to_class[256]; #define FUNCTION_ARG_REGNO_P(N) \ ((N) >= GP_OUTGOING_ARG_FIRST && (N) <= GP_OUTGOING_ARG_LAST) -/* Use IEEE floating-point format. */ -#define TARGET_FLOAT_FORMAT IEEE_FLOAT_FORMAT - /* Define a data type for recording info about an argument list during the scan of that argument list. This data type should hold all necessary information about the function itself |