Commit aa501fb7 by Timothy Moore

Check hp800 symbol too for the hppa case.

From-SVN: r1772
parent f63ce4f8
...@@ -25,7 +25,7 @@ ...@@ -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__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment