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]

r115078 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: bkoz
Date: Thu Jun 29 21:24:57 2006
New Revision: 115078

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115078
Log:
2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>

	* include/Makefile.am (pch1_input, pch1_output_builddir,
	pch1_outputj_installdir, pch1_source): Move from pch_*.
	(pch2_input, pch2_output_builddir,
	pch2_output_installdir, pch2_source): Clone for ext.
	(pch3_input, pch3_output_builddir,
	pch3_output_installdir, pch3_source): Clone for tr1.
	(install-pch): Same.
	* include/Makefile.in: Regenerate.

	* include/precompiled: New directory.
	* include/stdc++.h: Move...
	* include/precompiled/stdc++.h: ... here.		
	* include/precompiled/stdtr1c++.h: New.
	* include/precompiled/extc++.h: New.

	* testsuite/lib/libstdc++.exp (libstdc++_init): Set PCH_CXXFLAGS
	to -include bits/stdtr1c++.h.


Added:
    trunk/libstdc++-v3/include/precompiled/
    trunk/libstdc++-v3/include/precompiled/extc++.h
    trunk/libstdc++-v3/include/precompiled/stdc++.h
      - copied unchanged from r114974, trunk/libstdc++-v3/include/stdc++.h
    trunk/libstdc++-v3/include/precompiled/stdtr1c++.h
Removed:
    trunk/libstdc++-v3/include/stdc++.h
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in
    trunk/libstdc++-v3/testsuite/lib/libstdc++.exp


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