PERFORCE change 105341 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed Aug 30 17:54:31 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=105341

Change 105341 by gonzo at gonzo_hq on 2006/08/30 17:54:13

	o Add mips support to gprof binary.

Affected files ...

.. //depot/projects/mips2/src/usr.bin/gprof/gprof.h#2 edit
.. //depot/projects/mips2/src/usr.bin/gprof/mips.h#1 add

Differences ...

==== //depot/projects/mips2/src/usr.bin/gprof/gprof.h#2 (text+ko) ====

@@ -56,6 +56,9 @@
 #if __ia64__
 #   include "ia64.h"
 #endif
+#if __mips__
+#   include "mips.h"
+#endif
 #if __powerpc__
 #   include "powerpc.h"
 #endif


More information about the p4-projects mailing list