* defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): New
commitedf49cd0a3eb52f8a737f82763df9de022a29042
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 May 2001 17:55:49 +0000 (19 17:55 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 May 2001 17:55:49 +0000 (19 17:55 +0000)
treedf5eb99fadb560b0aea0d16d3f4f8ffe73842fe3
parent016f4718a1924dbd61274b00239282ff9deb92bc
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_0-branch@42311 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/linux.h
gcc/defaults.h
gcc/tm.texi
gcc/toplev.c