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/vax/vax.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/config/vax/vax.h') diff --git a/gcc/config/vax/vax.h b/gcc/config/vax/vax.h index 68726ffcf2b..84a6ba4bd1a 100644 --- a/gcc/config/vax/vax.h +++ b/gcc/config/vax/vax.h @@ -642,10 +642,6 @@ enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES }; so give the MEM rtx a byte's mode. */ #define FUNCTION_MODE QImode -/* This machine doesn't use IEEE floats. */ - -#define TARGET_FLOAT_FORMAT VAX_FLOAT_FORMAT - /* Specify the cost of a branch insn; roughly the number of extra insns that should be added to avoid a branch. -- cgit v1.2.1