]> gcc.gnu.org Git - gcc.git/commit
defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): New macro.
authorMark Mitchell <mark@codesourcery.com>
Sat, 19 May 2001 17:56:48 +0000 (17:56 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 19 May 2001 17:56:48 +0000 (17:56 +0000)
commit4da5f005d4453530e4498352d23960399670f462
treee681110f1fb97b5f75bd65da47d3451a492fd3b2
parente86f9f3267b0127af29d48afc8e803c8e0028ae2
defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): New macro.

* defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): New
macro.
* tm.texi (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER):
Document it.
* toplev.c (main): If the target does not allow profiling without
a frame pointer, issue an error message.
* config/i386/linux.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER):
Define it to false.

From-SVN: r42312
gcc/ChangeLog
gcc/config/i386/linux.h
gcc/defaults.h
gcc/tm.texi
gcc/toplev.c
This page took 0.047866 seconds and 5 git commands to generate.