Check hp800 symbol too for the hppa case.

From-SVN: r1772
This commit is contained in:
Timothy Moore 1992-08-06 17:08:03 +00:00
parent f63ce4f881
commit aa501fb73c

View File

@ -25,7 +25,7 @@
#ifdef __m88k__ #ifdef __m88k__
#include "va-m88k.h" #include "va-m88k.h"
#else #else
#ifdef __hppa__ #if defined(__hppa__) || defined(hp800)
#include "va-pa.h" #include "va-pa.h"
#else #else
#ifdef __i960__ #ifdef __i960__