Add powerpc.h. Still missing powerpc.[ch] in gprof, but this gets

the MI stuff out of the way.

Approved: re (rwatson)
This commit is contained in:
Peter Grehan 2002-12-10 02:22:01 +00:00
parent 17c5113a22
commit bdaf0d3b7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107718

View File

@ -50,6 +50,9 @@
#if __sparc64__
# include "sparc64.h"
#endif
#if __powerpc__
# include "powerpc.h"
#endif
#if vax
# include "vax.h"
#endif