diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-09-24 09:39:31 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-09-24 09:39:31 -0600 |
commit | 0a16ce6f508d153f21dcc8d33c549e80190137e3 (patch) | |
tree | da4b3f952ee97e92e011b919859df81e585a3825 /gcc | |
parent | 26db82d823eeb8de6d630e24eed02e3c6162371b (diff) | |
download | gcc-0a16ce6f508d153f21dcc8d33c549e80190137e3.zip gcc-0a16ce6f508d153f21dcc8d33c549e80190137e3.tar.gz gcc-0a16ce6f508d153f21dcc8d33c549e80190137e3.tar.bz2 |
Make Pmode be defined in terms of word_mode again now that emit-rtl.c
has been fixed.
From-SVN: r29654
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 34d3614..2e280f5 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1727,7 +1727,7 @@ while (0) /* Specify the machine mode that pointers have. After generation of rtl, the compiler makes no further distinction between pointers and any other objects of this machine mode. */ -#define Pmode SImode +#define Pmode word_mode /* Add any extra modes needed to represent the condition code. |