* config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.
authorRichard Henderson <rth@gcc.gnu.org>
Tue, 22 Jan 2002 20:54:32 +0000 (12:54 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 22 Jan 2002 20:54:32 +0000 (12:54 -0800)
From-SVN: r49092

gcc/ChangeLog
gcc/config/alpha/freebsd.h

index d46bf68..4b4b9bf 100644 (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>
 
index 4bdbb09..351fb84 100644 (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