diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-11 10:22:10 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-11 10:22:10 +0000 |
commit | 2396e1a4a9e3ee28882d627550984a790f306d9c (patch) | |
tree | bce7c4f3b2a13c46566af27a146a1d7bfc080a5c /gcc/xcoffout.c | |
parent | bb032ffd120b22b1b08b8945227bfa1f526dc09a (diff) | |
download | ppe42-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.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; } |