From 818d327a38bf3e25db6419bb33821538730eac26 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 1 Jul 1993 13:23:44 -0600 Subject: [PATCH] * pa-hpux7.h (HP_FP_ARG_DESCRIPTOR_REVERSED): Define. From-SVN: r4818 --- gcc/config/pa/pa-hpux7.h | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.30.2