From: Jeff Law Date: Thu, 1 Jul 1993 19:23:44 +0000 (-0600) Subject: * pa-hpux7.h (HP_FP_ARG_DESCRIPTOR_REVERSED): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=818d327a38bf3e25db6419bb33821538730eac26;p=gcc.git * pa-hpux7.h (HP_FP_ARG_DESCRIPTOR_REVERSED): Define. From-SVN: r4818 --- 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. */