final.c (profile_function): Do not emit profile counters in the data section, if...
authorJeff Law <law@gcc.gnu.org>
Tue, 15 Aug 2000 15:25:50 +0000 (09:25 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 15 Aug 2000 15:25:50 +0000 (09:25 -0600)
commit980e2067790a3972283b3eab5923802ef92bc185
tree8af773eb4ba2478b2f09f2fff302d953bdcc692a
parentf99fce0c53a352c7d1918ad90968480524076243
final.c (profile_function): Do not emit profile counters in the data section, if NO_PROFILE_COUNTERS is defined.

        * 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.
Restoring tm.texi after corruption.

From-SVN: r35709
gcc/tm.texi