]> git.ipfire.org Git - thirdparty/gcc.git/commit
sparc.h (OVERRIDE_OPTIONS): Don't override -fpic or -fomit-frame-pointer with profiling.
authorRichard Henderson <rth@gcc.gnu.org>
Sat, 30 Mar 2002 21:01:19 +0000 (13:01 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 30 Mar 2002 21:01:19 +0000 (13:01 -0800)
commit89a8b315b8585691d1bf2d03f83cac69d80962e0
tree57f84f5aebe83dce04083f27877db27ae4394101
parent6b7d1a345ed3a6936676a2ae190f9f4fc3a409ce
sparc.h (OVERRIDE_OPTIONS): Don't override -fpic or -fomit-frame-pointer with profiling.

        * config/sparc/sparc.h (OVERRIDE_OPTIONS): Don't override -fpic
        or -fomit-frame-pointer with profiling.
        (SUBTARGET_OVERRIDE_OPTIONS): Remove.
        (FUNCTION_PROFILER): Do nothing.
        (PROFILE_HOOK): New.
        * config/sparc/sparc.c (sparc_override_options): Don't check
        code models for profiling.
        (sparc_function_profiler): Remove.
        (sparc_profile_hook): New.
        * config/sparc/sparc-protos.h: Update.

From-SVN: r51610
gcc/ChangeLog
gcc/config/sparc/sparc-protos.h
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.h