Check hp800 symbol too for the hppa case.
authorTimothy Moore <moore@gnu.org>
Thu, 6 Aug 1992 17:08:03 +0000 (17:08 +0000)
committerTimothy Moore <moore@gnu.org>
Thu, 6 Aug 1992 17:08:03 +0000 (17:08 +0000)
From-SVN: r1772

gcc/ginclude/varargs.h

index e522be7b7ef6721f972449e7f4a666a5bc637fc2..e70eb2af868f74d80ef83eba9b4853b54eb77178 100644 (file)
@@ -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__