]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - gnu/usr.bin/cc/cc_tools/freebsd64-fix.h
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / gnu / usr.bin / cc / cc_tools / freebsd64-fix.h
1 /*
2  * config/i386/freebsd64.h neglects to override the default bogus mcount
3  * function name.  In order to avoid touching vendor source while gcc3.4
4  * is in progress, try a minimal workaround.
5  *
6  * $FreeBSD$
7  */
8 #undef MCOUNT_NAME
9 #define MCOUNT_NAME ".mcount"