OSDN Git Service

* sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jun 2003 17:16:17 +0000 (17:16 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jun 2003 17:16:17 +0000 (17:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67718 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sh/sh.c

index 195048f..b224543 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
+
 2003-06-10  Steve Ellcey  <sje@cup.hp.com>
 
        * calls.c (expand_call): Convert structure_value_addr to Pmode if
 2003-06-10  Steve Ellcey  <sje@cup.hp.com>
 
        * calls.c (expand_call): Convert structure_value_addr to Pmode if
index 78d9ed7..482350a 100644 (file)
@@ -8325,6 +8325,7 @@ sh_output_mi_thunk (file, thunk_fndecl, delta, vcall_offset, function)
   int did_load = 0;
   rtx scratch0, scratch1, scratch2;
 
   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;
   reload_completed = 1;
   no_new_pseudos = 1;
   current_function_uses_only_leaf_regs = 1;