From: Timothy Moore Date: Thu, 6 Aug 1992 17:08:03 +0000 (+0000) Subject: Check hp800 symbol too for the hppa case. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa501fb73c4b7c75062bd2f9adab5e299d9b3bf8;p=gcc.git Check hp800 symbol too for the hppa case. From-SVN: r1772 --- diff --git a/gcc/ginclude/varargs.h b/gcc/ginclude/varargs.h index e522be7b7ef..e70eb2af868 100644 --- a/gcc/ginclude/varargs.h +++ b/gcc/ginclude/varargs.h @@ -25,7 +25,7 @@ #ifdef __m88k__ #include "va-m88k.h" #else -#ifdef __hppa__ +#if defined(__hppa__) || defined(hp800) #include "va-pa.h" #else #ifdef __i960__