From d7627b79c59c99bd516f67a519eaa773bbff1817 Mon Sep 17 00:00:00 2001 From: Rodney Brown Date: Thu, 11 Nov 1999 10:22:10 +0000 Subject: xcoffout.c (xcoffout_source_file): Change ggc_add_root to gcc_add_string_root. * xcoffout.c (xcoffout_source_file): Change ggc_add_root to gcc_add_string_root. From-SVN: r30486 --- gcc/xcoffout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/xcoffout.c') diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index ae531504f10..35f601bfe43 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -353,7 +353,7 @@ xcoffout_source_file (file, filename, inline_p) } if (!xcoff_lastfile) - ggc_add_root (&xcoff_lastfile, 1); + ggc_add_string_root (&xcoff_lastfile, 1); xcoff_lastfile = filename; } -- cgit v1.2.1