]> gcc.gnu.org Git - gcc.git/commit
final.c: Move the declaration profile_label_no to ...
authorChandrakala Chavva <cchavva@redhat.com>
Tue, 6 Feb 2001 01:23:13 +0000 (20:23 -0500)
committerChandra Chavva <cchavva@gcc.gnu.org>
Tue, 6 Feb 2001 01:23:13 +0000 (20:23 -0500)
commit411707f4e466b75ec2dac4d024195fd1999eeeec
treeb7d306e1aa3339f74147d38e1d9fb9b6ebffe031
parent8720914be356a666c811a881e02ce92c3c9e4f92
final.c: Move the declaration profile_label_no to ...

        * final.c: Move the declaration profile_label_no to ...
        * output.h: ... here.
        * function.c (expand_function_start): Call PROFILE_HOOK.
        * config/rs6000/aix.h: Define PROFILE_HOOK.
        * config/rs6000/rs6000-protos.h: output_profile_hook new.
        * config/rs6000/rs6000.c (output_profile_hook): Define.
        (output_prolog): Do nothing for ABI_AIX as it is taken care by
        output_profile_hook.
        tm.texi : Explain new macro PROFILE_HOOK.

From-SVN: r39473
gcc/ChangeLog
gcc/config/rs6000/aix.h
gcc/config/rs6000/rs6000-protos.h
gcc/config/rs6000/rs6000.c
gcc/final.c
gcc/function.c
gcc/output.h
gcc/tm.texi
This page took 0.061344 seconds and 5 git commands to generate.