diff options
author | Richard Henderson <rth@redhat.com> | 2002-05-30 14:01:20 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-05-30 14:01:20 -0700 |
commit | a7943381121420155a686f4d9a086acef1c95548 (patch) | |
tree | 3189b9893a9a67b8c812585c0cceff80317e6568 /gcc/defaults.h | |
parent | de215bc6c56442bfb501afca9d8eaef9a3594066 (diff) | |
download | gcc-a7943381121420155a686f4d9a086acef1c95548.zip gcc-a7943381121420155a686f4d9a086acef1c95548.tar.gz gcc-a7943381121420155a686f4d9a086acef1c95548.tar.bz2 |
defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
* defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
* toplev.c (process_options): Don't check it.
* doc/tm.texi: Don't document it.
* config/i386/linux.h (SUBTARGET_FRAME_POINTER_REQUIRED): New.
(TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
* config/i386/i386.c (ix86_frame_pointer_required): Suppress leaf
frame pointer optimization if current_function_profile.
From-SVN: r54072
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index 8ff73b1..6a18027 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -397,13 +397,6 @@ do { ASM_OUTPUT_LABEL(FILE,LABEL_ALTERNATE_NAME (INSN)); } while (0) ? ptrmemfunc_vbit_in_pfn : ptrmemfunc_vbit_in_delta) #endif -/* True if it is possible to profile code that does not have a frame - pointer. */ - -#ifndef TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER -#define TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER true -#endif - #ifndef DEFAULT_GDB_EXTENSIONS #define DEFAULT_GDB_EXTENSIONS 1 #endif |