This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r176415 - in /branches/pph/gcc/cp: ChangeLog.pp...


Author: dnovillo
Date: Mon Jul 18 17:53:57 2011
New Revision: 176415

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176415
Log:
	* name-lookup.c (pph_out_binding_table): Remove parameter
	REF_P.  Update all users.
	* pph-streamer-out.c (pph_out_ld_min): Likewise.
	(pph_out_tree_vec): Likewise.
	(pph_out_qual_use_vec): Likewise.
	(pph_out_cxx_binding_1): Likewise.
	(pph_out_cxx_binding): Likewise.
	(pph_out_class_binding): Likewise.
	(pph_out_label_binding): Likewise.
	(pph_out_chained_tree): Likewise.
	(pph_out_chain_filtered): Likewise.
	(pph_out_binding_level): Likewise.
	(pph_out_tree_common): Likewise.
	(pph_out_c_language_function): Likewise.
	(pph_out_language_function): Likewise.
	(pph_out_ld_fn): Likewise.
	(pph_out_used_types_slot): Likewise.
	(pph_out_struct_function): Likewise.
	(pph_out_ld_ns): Likewise.
	(pph_out_ld_parm): Likewise.
	(pph_out_lang_specific): Likewise.
	(pph_out_lang_type_header): Likewise.
	(pph_out_tree_pair_vec): Likewise.
	(pph_out_sorted_fields_type): Likewise.
	(pph_out_lang_type_class): Likewise.
	(pph_out_lang_type_ptrmem): Likewise.
	(pph_out_lang_type): Likewise.
	(pph_out_scope_chain): Likewise.
	(pph_out_symtab_marker): Likewise.
	(pph_out_symtab): Likewise.
	(pph_write_file_contents): Likewise.
	(pph_out_tree_header): Likewise.
	(pph_out_function_decl): Likewise.
	(pph_write_tree): Mark REF_P unused.
	* pph-streamer.c (enum pph_trace_type): Remove value
	PPH_TRACE_REF.  Update all users.
	* pph-streamer.h (pph_trace_tree): Remove last argument.
	Update all users.
	(pph_out_tree): Remove parameter REF_P.  Update all users.
	(pph_out_tree_array): Likewise.
	(pph_out_tree_or_ref_1): Likewise.
	(pph_out_tree_or_ref): Likewise.
	(pph_out_tree_VEC): Likewise.
	(pph_out_chain): Likewise.
	* pph-streamer-in.c (pph_in_tree_pair_vec): Update comment.
	(pph_in_sorted_fields_type): Likewise.
	(pph_in_lang_type_class): Likewise.

Modified:
    branches/pph/gcc/cp/ChangeLog.pph
    branches/pph/gcc/cp/name-lookup.c
    branches/pph/gcc/cp/pph-streamer-in.c
    branches/pph/gcc/cp/pph-streamer-out.c
    branches/pph/gcc/cp/pph-streamer.c
    branches/pph/gcc/cp/pph-streamer.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]