Home | History | Annotate | Download | only in gmon

Lines Matching refs:mcount

9 SRCS+=	gmon.c mcount.c
15 # and mcount.c causes warnings from as(1).
16 # mcount.c should be fixed and this test removed.
18 COPTS.mcount.c+=${${ACTIVE_CXX} == "gcc":? -Wa,--no-warn :}
23 # mcount.c(285): warning: function '_mcount' implicitly declared to return int
26 # _mcount used( common/lib/libc/gmon/mcount.c(285) ), but not defined
29 LINTFLAGS.mcount.c+= -X 215
35 COPTS.mcount.c+=${${ACTIVE_CXX} == "gcc":? -Wno-error=frame-address :}
37 COPTS.mcount.c+=${${ACTIVE_CC} == "clang":? -Wno-error=frame-address :}
40 # mcount and gmon cannot be compiled with profiling
42 mcount.po: mcount.${GMONOBJEXT}
43 cp mcount.${GMONOBJEXT} mcount.po