* config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.

From-SVN: r30028
This commit is contained in:
Michael Hayes 1999-10-15 23:46:06 +00:00 committed by Michael Hayes
parent 3b5e8a16ba
commit 3411b713f4
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sat Oct 16 12:42:12 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
Sat Oct 16 12:34:44 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern

View File

@ -1210,6 +1210,8 @@ c4x_emit_libcall (name, code, dmode, smode, noperands, operands)
rtx equiv;
start_sequence ();
if (ggc_p)
name = ggc_alloc_string (name, -1);
libcall = gen_rtx_SYMBOL_REF (Pmode, name);
switch (noperands)
{