summaryrefslogtreecommitdiffstats
path: root/gcc/xcoffout.c
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-11 10:22:10 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-11 10:22:10 +0000
commit2396e1a4a9e3ee28882d627550984a790f306d9c (patch)
treebce7c4f3b2a13c46566af27a146a1d7bfc080a5c /gcc/xcoffout.c
parentbb032ffd120b22b1b08b8945227bfa1f526dc09a (diff)
downloadppe42-gcc-2396e1a4a9e3ee28882d627550984a790f306d9c.tar.gz
ppe42-gcc-2396e1a4a9e3ee28882d627550984a790f306d9c.zip
* xcoffout.c (xcoffout_source_file): Change ggc_add_root to
gcc_add_string_root. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30486 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r--gcc/xcoffout.c2
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;
}
OpenPOWER on IntegriCloud