From 43db11ad50f05cc703462a0bc6ed18edde328452 Mon Sep 17 00:00:00 2001 From: rth Date: Sun, 19 May 2002 08:31:53 +0000 Subject: * system.h (BLOCK_PROFILER, BLOCK_PROFILER_CODE, FUNCTION_BLOCK_PROFILER, FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Poison. * toplev.c (display_help): Kill -a -ax help. * config/1750a/1750a.h, config/alpha/alpha.h, config/clipper/clipper.h, config/dsp16xx/dsp16xx.h, config/h8300/h8300.h, config/i960/i960.h, config/m68k/tower-as.h, config/m88k/m88k.h, config/vax/vax.h, config/we32k/we32k.h: (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Kill. * libgcc2.c [L_bb] (BLOCK_PROFILER_CODE): Kill. * config/m68k/sun3.h (BLOCK_PROFILER_CODE): Kill. * config/i386/i386-protos.h (ix86_output_block_profiler): Kill. (ix86_output_function_block_profiler): Kill. * config/m68hc11/m68hc11.c (m68hc11_block_profiler): Kill. (m68hc11_function_block_profiler): Kill. * config/m68hc11/m68hc11-protos.h: Update. * config/m88k/m88k.c (output_block_profiler): Kill. (output_function_block_profiler): Kill. * config/m88k/m88k-protos.h: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53617 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/m68hc11/m68hc11-protos.h | 3 --- gcc/config/m68hc11/m68hc11.c | 19 ------------------- 2 files changed, 22 deletions(-) (limited to 'gcc/config/m68hc11') diff --git a/gcc/config/m68hc11/m68hc11-protos.h b/gcc/config/m68hc11/m68hc11-protos.h index 2feca9192aa..0b63a859ff4 100644 --- a/gcc/config/m68hc11/m68hc11-protos.h +++ b/gcc/config/m68hc11/m68hc11-protos.h @@ -30,9 +30,6 @@ extern int m68hc11_initial_elimination_offset PARAMS((int, int)); extern void expand_prologue PARAMS((void)); extern void expand_epilogue PARAMS((void)); -extern int m68hc11_function_block_profiler PARAMS((FILE*,int)); - -extern int m68hc11_block_profiler PARAMS((FILE*,int)); extern void m68hc11_asm_file_start PARAMS((FILE*, const char*)); diff --git a/gcc/config/m68hc11/m68hc11.c b/gcc/config/m68hc11/m68hc11.c index ab2b768d872..a521bbd8df2 100644 --- a/gcc/config/m68hc11/m68hc11.c +++ b/gcc/config/m68hc11/m68hc11.c @@ -1131,25 +1131,6 @@ m68hc11_unary_operator (op, mode) || GET_CODE (op) == SIGN_EXTEND || GET_CODE (op) == ZERO_EXTEND; } - -/* Profiling. */ - -int -m68hc11_block_profiler (out, blockno) - FILE *out ATTRIBUTE_UNUSED; - int blockno ATTRIBUTE_UNUSED; -{ - return 0; -} - -int -m68hc11_function_block_profiler (out, block_or_label) - FILE *out ATTRIBUTE_UNUSED; - int block_or_label ATTRIBUTE_UNUSED; -{ - return 0; -} - /* Emit the code to build the trampoline used to call a nested function. 68HC11 68HC12 -- cgit v1.2.3