summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-05-14 21:05:35 +0000
committerbde <bde@FreeBSD.org>2004-05-14 21:05:35 +0000
commitc16e7cdead1c2914aeb06b86f6d8a7ac18d5b533 (patch)
tree2ebe684d2b066b5a76fad20353d5a2aca1f4c049 /usr.bin/gprof
parent4e41874389f9789de47946d905fa25667571a512 (diff)
downloadFreeBSD-src-c16e7cdead1c2914aeb06b86f6d8a7ac18d5b533.zip
FreeBSD-src-c16e7cdead1c2914aeb06b86f6d8a7ac18d5b533.tar.gz
Fixed total disorder of MD includes.
Disorder buffer overflowed by: arm commit
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/gprof.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h
index 3967bb5..3dc3b11 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -41,23 +41,23 @@
#include <stdio.h>
#include <stdlib.h>
-#if __ia64__
-# include "ia64.h"
-#endif
#if __alpha__
# include "alpha.h"
#endif
-#if __sparc64__
-# include "sparc64.h"
-#endif
-#if __powerpc__
-# include "powerpc.h"
+#if __arm__
+# include "arm.h"
#endif
#if __i386__
# include "i386.h"
#endif
-#if __arm__
-# include "arm.h"
+#if __ia64__
+# include "ia64.h"
+#endif
+#if __powerpc__
+# include "powerpc.h"
+#endif
+#if __sparc64__
+# include "sparc64.h"
#endif
/*
OpenPOWER on IntegriCloud