Date: Wed, 30 Aug 2006 17:54:27 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 105341 for review Message-ID: <200608301754.k7UHsR33003753@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105341 Change 105341 by gonzo@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608301754.k7UHsR33003753>