aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>2002-01-22 12:54:32 -0800
committerRichard Henderson <rth@gcc.gnu.org>2002-01-22 12:54:32 -0800
commitcc7b420e73b7148d35d420a773fc12555afc1eb8 (patch)
tree0558f0dd611b3d06efc9ece4acf537c9f19862b5 /gcc
parentfec763fcfdaad01e5ebb8ca1d3ccee34ef65f099 (diff)
downloadgcc-cc7b420e73b7148d35d420a773fc12555afc1eb8.zip
gcc-cc7b420e73b7148d35d420a773fc12555afc1eb8.tar.gz
gcc-cc7b420e73b7148d35d420a773fc12555afc1eb8.tar.bz2
* config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.
From-SVN: r49092
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/config/alpha/freebsd.h8
2 files changed, 6 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d46bf68..4b4b9bf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/config/alpha/freebsd.h b/gcc/config/alpha/freebsd.h
index 4bdbb09..351fb84 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