Commit cc7b420e by Richard Henderson

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

From-SVN: r49092
parent fec763fc
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>
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment