summaryrefslogtreecommitdiffstats
path: root/gcc/config/romp/romp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/romp/romp.c')
-rw-r--r--gcc/config/romp/romp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/romp/romp.c b/gcc/config/romp/romp.c
index 9825905cb21..33e8e90bb7e 100644
--- a/gcc/config/romp/romp.c
+++ b/gcc/config/romp/romp.c
@@ -1352,14 +1352,12 @@ get_symref (name)
if (p == 0)
{
/* Ensure SYMBOL_REF will stay around. */
- end_temporary_allocation ();
p = *last_p = (struct symref_hashent *)
permalloc (sizeof (struct symref_hashent));
p->symref = gen_rtx_SYMBOL_REF (Pmode,
obstack_copy0 (&permanent_obstack,
name, strlen (name)));
p->next = 0;
- resume_temporary_allocation ();
}
return p->symref;
OpenPOWER on IntegriCloud