freebsd-dev/lib/libc/gmon/Symbol.map
Daniel Eischen 0c58e013aa Remove .mcount from gmon's Symbol map and add it to the appropriate
arch.  It can be named differently depending on the arch (.mcount,
_mcount).

Submitted by:	marius
2007-05-13 14:16:55 +00:00

15 lines
121 B
Plaintext

/*
* $FreeBSD$
*/
FBSD_1.0 {
_mcleanup;
monstartup;
moncontrol;
mexitcount;
};
FBSDprivate_1.0 {
_gmonparam;
};