diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-02-21 12:30:00 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-02-21 12:30:00 +0000 |
commit | 5d3f254d708d81b3081db3177bf09e705d511b17 (patch) | |
tree | b57fb6c76efd9d3b55d1a60bcfebd1a77eda8569 /gcc | |
parent | aa1f527a3ff4253a7c4676d846e6c5fa348ecb95 (diff) | |
download | gcc-5d3f254d708d81b3081db3177bf09e705d511b17.tar.gz |
(REAL_ARITHMETIC): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8986 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-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 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 |