diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-06-25 11:35:04 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-06-25 11:35:04 -0600 |
commit | 7c6c204ffef34f6ba16ff3838edd43871a72ccde (patch) | |
tree | 6271ec597e65ec863bf543ebd6ecaec2aebc8b39 | |
parent | e7d7b3dcb3c2132eb6d57ed6bacb60763292bfd6 (diff) | |
download | gcc-7c6c204ffef34f6ba16ff3838edd43871a72ccde.zip gcc-7c6c204ffef34f6ba16ff3838edd43871a72ccde.tar.gz gcc-7c6c204ffef34f6ba16ff3838edd43871a72ccde.tar.bz2 |
pa-utahmach.h (TARGET_DEFAULT): Allow indexing on Mach ports.
* pa-utahmach.h (TARGET_DEFAULT): Allow indexing on Mach ports.
* pa1-utahmach.h (TARGET_DEFAULT): Likewise.
From-SVN: r4723
-rw-r--r-- | gcc/config/pa/pa-osf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-osf.h b/gcc/config/pa/pa-osf.h index 37f4b97..eea4a2b 100644 --- a/gcc/config/pa/pa-osf.h +++ b/gcc/config/pa/pa-osf.h @@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HP_FP_ARG_DESCRIPTOR_REVERSED -#define TARGET_DEFAULT 32 /* TARGET_DISABLE_INDEXING */ +#define TARGET_DEFAULT 0 #include "pa/pa.h" #undef CPP_PREDEFINES |