diff options
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r-- | gcc/xcoffout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index ae53150..35f601b 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; } |