aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof/gprof.h
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2002-12-10 02:22:01 +0000
committerPeter Grehan <grehan@FreeBSD.org>2002-12-10 02:22:01 +0000
commitbdaf0d3b7df55d2c25b6511f62a63b2cbc7e0d35 (patch)
tree75700ef5bc0a617d9c587816f826413213c0720e /usr.bin/gprof/gprof.h
parent17c5113a222c805c4349f9ac2a01dcd162134980 (diff)
downloadsrc-bdaf0d3b7df55d2c25b6511f62a63b2cbc7e0d35.tar.gz
src-bdaf0d3b7df55d2c25b6511f62a63b2cbc7e0d35.zip
Add powerpc.h. Still missing powerpc.[ch] in gprof, but this gets
the MI stuff out of the way. Approved: re (rwatson)
Notes
Notes: svn path=/head/; revision=107718
Diffstat (limited to 'usr.bin/gprof/gprof.h')
-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 e6d1f4620756..db9f4c87c5c5 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