From 951173508869927e26b96111eb2eeb035943a663 Mon Sep 17 00:00:00 2001 From: uweigand Date: Tue, 12 Aug 2008 13:27:30 +0000 Subject: ChangeLog: * defaults.h (TARGET_FLOAT_FORMAT): Remove. (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT): Remove. * config/alpha/alpha.h (TARGET_FLOAT_FORMAT): Remove. * config/iq2000/iq2000.h (TARGET_FLOAT_FORMAT): Remove. * config/pdp11/pdp11.h (TARGET_FLOAT_FORMAT): Remove. * config/score/score.h (TARGET_FLOAT_FORMAT): Remove. * config/vax/vax.h (TARGET_FLOAT_FORMAT): Remove. * doc/tm.texi (Storage Layout): Remove documentation for TARGET_FLOAT_FORMAT. * simplify-rtx.c (simplify_binary_operation_1): Replace TARGET_FLOAT_FORMAT check by appropriate HONOR_... checks. java/ChangeLog: * typeck.c (convert): Do not check for TARGET_FLOAT_FORMAT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139017 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/pdp11/pdp11.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/config/pdp11') diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 4b8c231376e..662886cf8db 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -100,8 +100,6 @@ along with GCC; see the file COPYING3. If not see big endian, opposite for what you need for float, the vax float conversion routines aren't actually used directly. But the underlying format is indeed the vax/pdp11 float format. */ -#define TARGET_FLOAT_FORMAT VAX_FLOAT_FORMAT - extern const struct real_format pdp11_f_format; extern const struct real_format pdp11_d_format; -- cgit v1.2.1