diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-02-21 07:30:00 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-02-21 07:30:00 -0500 |
commit | df44fa77c5523930d819f4ee9271cc78163e258d (patch) | |
tree | b57fb6c76efd9d3b55d1a60bcfebd1a77eda8569 | |
parent | 0adc764e3af9aa971626e52205b40d86aa2e48f1 (diff) | |
download | gcc-df44fa77c5523930d819f4ee9271cc78163e258d.zip gcc-df44fa77c5523930d819f4ee9271cc78163e258d.tar.gz gcc-df44fa77c5523930d819f4ee9271cc78163e258d.tar.bz2 |
(REAL_ARITHMETIC): Define.
From-SVN: r8986
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 10c7abd..b3e2a93 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 |