From: J"orn Rennecke Date: Tue, 10 Jun 2003 17:16:17 +0000 (+0000) Subject: * sh.c (sh_output_mi_thunk): Call insn_locators_initialize. X-Git-Tag: releases/gcc-3.4.0~5982 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4db8f48acab5d9a6a2dc06ed132c78820f2df326;p=thirdparty%2Fgcc.git * sh.c (sh_output_mi_thunk): Call insn_locators_initialize. From-SVN: r67718 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 195048fe32b6..b224543194fa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-10 J"orn Rennecke + + * sh.c (sh_output_mi_thunk): Call insn_locators_initialize. + 2003-06-10 Steve Ellcey * calls.c (expand_call): Convert structure_value_addr to Pmode if diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 78d9ed7596b9..482350af621d 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -8325,6 +8325,7 @@ sh_output_mi_thunk (file, thunk_fndecl, delta, vcall_offset, function) int did_load = 0; rtx scratch0, scratch1, scratch2; + insn_locators_initialize (); reload_completed = 1; no_new_pseudos = 1; current_function_uses_only_leaf_regs = 1;