summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2002-12-10 02:22:01 +0000
committergrehan <grehan@FreeBSD.org>2002-12-10 02:22:01 +0000
commit9349f701144f7b1af93f420305e9cbf99727d7ed (patch)
tree75700ef5bc0a617d9c587816f826413213c0720e /usr.bin
parent6b856f7a964b281332e53c7e021c2039c7f5985e (diff)
downloadFreeBSD-src-9349f701144f7b1af93f420305e9cbf99727d7ed.zip
FreeBSD-src-9349f701144f7b1af93f420305e9cbf99727d7ed.tar.gz
Add powerpc.h. Still missing powerpc.[ch] in gprof, but this gets
the MI stuff out of the way. Approved: re (rwatson)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/gprof/gprof.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h
index e6d1f46..db9f4c8 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -50,6 +50,9 @@
#if __sparc64__
# include "sparc64.h"
#endif
+#if __powerpc__
+# include "powerpc.h"
+#endif
#if vax
# include "vax.h"
#endif
OpenPOWER on IntegriCloud