summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h
blob: 23f14d1e088d74414363b7c0c15fdfa5dc0a6c08 (plain)
1
2
3
4
5
6
7
8
9
/*
 * 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"
OpenPOWER on IntegriCloud