Commit d7627b79 by Rodney Brown Committed by Mark Mitchell

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
parent 0bad3be9
Thu Nov 11 02:21:16 1999 Rodney Brown <RodneyBrown@pmsc.com>
* xcoffout.c (xcoffout_source_file): Change ggc_add_root to
gcc_add_string_root.
Wed Nov 10 21:24:19 1999 Jason Eckhardt <jle@cygnus.com>
* config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
......
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment