diff options
author | Rodney Brown <RodneyBrown@pmsc.com> | 1999-11-11 10:22:10 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-11-11 10:22:10 +0000 |
commit | d7627b79c59c99bd516f67a519eaa773bbff1817 (patch) | |
tree | bce7c4f3b2a13c46566af27a146a1d7bfc080a5c /gcc/xcoffout.c | |
parent | 0bad3be953f3b793def0f93a0638eb77137a44aa (diff) | |
download | gcc-d7627b79c59c99bd516f67a519eaa773bbff1817.tar.gz |
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
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 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; } |