/*
* config/i386/freebsd64.h neglects to override the default bogus mcount
* function name. In order to avoid touching vendor source while gcc3.4
* is in progress, try a minimal workaround.
*
* $FreeBSD$
*/
#undef MCOUNT_NAME
#define MCOUNT_NAME ".mcount"