From: drepper Date: Fri, 28 Apr 2000 01:54:53 +0000 (+0000) Subject: * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ba766c4d6971dec6c22cd2694010a928a8e139d;p=thirdparty%2Fgcc.git * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference for call instruction with mode QImode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33499 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 35d7605fbbd5..d97db7a439a8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-04-27 Ulrich Drepper + + * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference + for call instruction with mode QImode. + 2000-04-27 Alex Samuel * Makefile.in (OBJS): Add timevar.o. diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 9f5a28dacda4..007255d7f245 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -1366,7 +1366,7 @@ typedef struct ix86_args { */ #define FUNCTION_BLOCK_PROFILER_EXIT \ -emit_call_insn (gen_call (gen_rtx_MEM (Pmode, \ +emit_call_insn (gen_call (gen_rtx_MEM (QImode, \ gen_rtx_SYMBOL_REF (VOIDmode, "__bb_trace_ret")), \ const0_rtx))