From df44fa77c5523930d819f4ee9271cc78163e258d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 21 Feb 1995 07:30:00 -0500 Subject: [PATCH] (REAL_ARITHMETIC): Define. From-SVN: r8986 --- gcc/config/rs6000/rs6000.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 10c7abde89d..b3e2a939f7c 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -284,6 +284,9 @@ do { \ /* target machine storage layout */ +/* Define to support cross compilation to an RS6000 target. */ +#define REAL_ARITHMETIC + /* Define this macro if it is advisable to hold scalars in registers in a wider mode than that declared by the program. In such cases, the value is constrained to be within the bounds of the declared -- 2.30.2