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]

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


Author: crowl
Date: Wed Nov 30 05:20:50 2011
New Revision: 181835

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181835
Log:
Merge pph.c and pph-streamer.c into pph-core.c.
Shorten pph-streamer-in.c to pph-in.c.
Shorten pph-streamer-out.c to pph-out.c.
Reduce redundancies in make dependences.


Index: gcc/cp/ChangeLog.pph

2011-11-29   Lawrence Crowl  <crowl@google.com>

	* pph-streamer.c: Renamed pph-core.c.
	* pph.c: Contents moved into pph-core.c.
	(pph_dump_min_decl): Removed unused.
	(flatten_name): Rename pph_flatten_name.
	* pph-streamer-in.c: Renamed pph-in.c.
	* pph-streamer-out.c: Renamed pph-out.c.
	* pph-streamer.h: Adjust to reflect above.  Remove unneeded decls.
	* pph.h: Adjust to reflect above.
	* config-lang.in: Adjust to reflect above.
	* Make-lang.in: Adjust to reflect above.
	(CXX_PPH_STREAMER_H): Remove redundancies.
	(CXX_PPH_COMMON_H): New.
	(CXX_PPH_COMMON_H): New.
	(cp/pph-core.o): Remove redundancies.
	(cp/pph-in.o): Remove redundancies.
	(cp/pph-out.o): Remove redundancies.
	(cp/pt.o): Add depndence on CXX_PPH_H.
	* pt.c: Remove redundant #include "pph-streamer.h".



Added:
    branches/pph/gcc/cp/pph-core.c
      - copied, changed from r181815, branches/pph/gcc/cp/pph-streamer.c
    branches/pph/gcc/cp/pph-in.c
      - copied unchanged from r181815, branches/pph/gcc/cp/pph-streamer-in.c
    branches/pph/gcc/cp/pph-out.c
      - copied unchanged from r181815, branches/pph/gcc/cp/pph-streamer-out.c
    branches/pph/gcc/cp/pph-streamer.h
Removed:
    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.c
Modified:
    branches/pph/gcc/cp/ChangeLog.pph
    branches/pph/gcc/cp/Make-lang.in
    branches/pph/gcc/cp/config-lang.in
    branches/pph/gcc/cp/pph.h
    branches/pph/gcc/cp/pt.c


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