* config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.

From-SVN: r49092
This commit is contained in:
Richard Henderson 2002-01-22 12:54:32 -08:00
parent fec763fcfd
commit cc7b420e73
2 changed files with 6 additions and 9 deletions

View File

@ -1,7 +1,12 @@
2002-01-22 Richard Henderson <rth@redhat.com>
* config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.
2002-01-22 Craig Rodrigues <rodrigc@gcc.gnu.org>
PR other/5450
* config/i386/sysv4.h (CPP_SPEC): Define, and add CPU preprocessor flags.
* config/i386/sysv4.h (CPP_SPEC): Define, and add CPU
preprocessor flags.
2002-01-22 Jason Thorpe <thorpej@wasabisystems.com>

View File

@ -80,14 +80,6 @@ Boston, MA 02111-1307, USA. */
#undef HAS_INIT_SECTION
/* Output assembler code to FILE to increment profiler label # LABELNO
for profiling a function entry. Under FreeBSD/Alpha, the assembler does
nothing special with -pg. */
#undef FUNCTION_PROFILER
#define FUNCTION_PROFILER(FILE, LABELNO) \
fputs ("\tjsr $28,_mcount\n", (FILE))
/* Show that we need a GP when profiling. */
#undef TARGET_PROFILING_NEEDS_GP
#define TARGET_PROFILING_NEEDS_GP 1