diff options
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index 45fb088785f..452bdfe44cd 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -336,5 +336,12 @@ do { \ ? 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 + #endif /* GCC_DEFAULTS_H */ |