* final.c (profile_function): Do not emit profile counters in
commitbad4935b3dbe6d13f20e73e54918e8decedf07fe
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jul 2000 04:40:23 +0000 (13 04:40 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jul 2000 04:40:23 +0000 (13 04:40 +0000)
tree368fea8b37e9a35afe1a0e8331dd2883719c3905
parenta5ac298a4a7f6eaf9a98b59ffb72faf95bb61407
* final.c (profile_function): Do not emit profile counters in
the data section, if NO_PROFILE_COUNTERS is defined.
* tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
FUNCTION_PROFILER.

* config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
(FUNCTION_PROFILER): Just emit a call to mcount.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35005 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/linux.h
gcc/final.c