r192398 - in /trunk/gcc: ChangeLog tree-streame...

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Fri Oct 12 12:14:00 GMT 2012


Author: rguenth
Date: Fri Oct 12 12:14:48 2012
New Revision: 192398

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192398
Log:
2012-10-12  Richard Biener  <rguenther@suse.de>

	* tree-streamer-out.c (pack_ts_target_option): Rename from ...
	(write_ts_target_option): ... this.
	(pack_ts_optimization): Rename from ...
	(write_ts_optimization): ... this.
	(streamer_pack_tree_bitfields): Pack them in the bitfield section ...
	(streamer_write_tree_body): ... not here.
	* tree-streamer-in.c (unpack_ts_target_option): Rename from ...
	(lto_input_ts_target_option): ... this.
	(unpack_ts_optimization): Rename from ...
	(lto_input_ts_optimization): ... this.
	(unpack_value_fields): Unpack them from the bitfield section ...
	(streamer_read_tree_body): ... not from here.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-streamer-in.c
    trunk/gcc/tree-streamer-out.c



More information about the Gcc-cvs mailing list