diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-07-01 19:23:44 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-07-01 19:23:44 +0000 |
commit | 88e882b39734b72a70ff6fcf39c2c8925e21a2dd (patch) | |
tree | 31886ae15a4839e5d3139b0f8c3356398411c40c /gcc/config/pa/pa-hpux7.h | |
parent | eeec72c06a9485e9bb847c3e7267ba7b8487296c (diff) | |
download | gcc-88e882b39734b72a70ff6fcf39c2c8925e21a2dd.tar.gz |
* pa-hpux7.h (HP_FP_ARG_DESCRIPTOR_REVERSED): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4818 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-hpux7.h')
-rw-r--r-- | gcc/config/pa/pa-hpux7.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/pa/pa-hpux7.h b/gcc/config/pa/pa-hpux7.h index f29827860be..8bdf132fbe8 100644 --- a/gcc/config/pa/pa-hpux7.h +++ b/gcc/config/pa/pa-hpux7.h @@ -21,6 +21,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TARGET_DEFAULT 0 #endif +/* HPUX 7 has the old assembler. */ +#define HP_FP_ARG_DESCRIPTOR_REVERSED + #include "pa/pa.h" /* Make GCC agree with types.h. */ |