* config/vax/vax.h (REAL_ARITHMETIC): Define.
authorRichard Henderson <rth@redhat.com>
Wed, 9 Jan 2002 21:58:20 +0000 (13:58 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 9 Jan 2002 21:58:20 +0000 (13:58 -0800)
From-SVN: r48696

gcc/ChangeLog
gcc/config/vax/vax.h

index a6d879c..f6e09c5 100644 (file)
@@ -2,6 +2,8 @@
 
        * config/vax/vax.c (vax_rtx_cost): Never abort.
 
+       * config/vax/vax.h (REAL_ARITHMETIC): Define.
+
 2002-01-09  Jan Hubicka  <jh@suse.cz>
 
        * gcse.c (cprop_jump): Delete insn if simplified jump is no-op.
index 3738aff..288e330 100644 (file)
@@ -89,9 +89,7 @@ extern int target_flags;
 \f
 /* Target machine storage layout */
 
-/* Define for software floating point emulation of VAX format
-   when cross compiling from a non-VAX host.  */
-/* #define REAL_ARITHMETIC */
+#define REAL_ARITHMETIC
 
 /* Define this if most significant bit is lowest numbered
    in instructions that operate on numbered bit-fields.