From cc7b420e73b7148d35d420a773fc12555afc1eb8 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 22 Jan 2002 12:54:32 -0800 Subject: [PATCH] * config/alpha/freebsd.h (FUNCTION_PROFILER): Remove. From-SVN: r49092 --- gcc/ChangeLog | 7 ++++++- gcc/config/alpha/freebsd.h | 8 -------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d46bf68e259..4b4b9bf6e5b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,12 @@ +2002-01-22 Richard Henderson + + * config/alpha/freebsd.h (FUNCTION_PROFILER): Remove. + 2002-01-22 Craig Rodrigues 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 diff --git a/gcc/config/alpha/freebsd.h b/gcc/config/alpha/freebsd.h index 4bdbb09a38b..351fb8420ea 100644 --- a/gcc/config/alpha/freebsd.h +++ b/gcc/config/alpha/freebsd.h @@ -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 -- 2.30.2