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]

r190996 - in /branches/ibm/gcc-4_6-branch/libst...


Author: bergner
Date: Wed Sep  5 21:13:22 2012
New Revision: 190996

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190996
Log:
libstdc++-v3/
	* src/Makefile.am: Add wstring-inst.cc.
	* src/Makefile.in: Regenerate.
	* src/misc-inst.cc: include <ext/vstring.h>.
	Add vstring getline template specialization.
	* src/istream.cc: Likewise.
	* include/std/streambuf: Add declaration of __gnu_cxx::__vstring.
	Add __vstring getline friend declarations.
	* src/vstring-inst.cc: New file.
	* include/ext/vstring.h: Add template for __vstring getline.
	* config/abi/pre/gnu.ver: Update exports.
	* config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Regenerate.
	* config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt: Likewise.

Added:
    branches/ibm/gcc-4_6-branch/libstdc++-v3/src/vstring-inst.cc
Modified:
    branches/ibm/gcc-4_6-branch/libstdc++-v3/ChangeLog.ibm
    branches/ibm/gcc-4_6-branch/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
    branches/ibm/gcc-4_6-branch/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
    branches/ibm/gcc-4_6-branch/libstdc++-v3/config/abi/pre/gnu.ver
    branches/ibm/gcc-4_6-branch/libstdc++-v3/include/ext/vstring.h
    branches/ibm/gcc-4_6-branch/libstdc++-v3/include/std/streambuf
    branches/ibm/gcc-4_6-branch/libstdc++-v3/src/Makefile.am
    branches/ibm/gcc-4_6-branch/libstdc++-v3/src/Makefile.in
    branches/ibm/gcc-4_6-branch/libstdc++-v3/src/istream.cc
    branches/ibm/gcc-4_6-branch/libstdc++-v3/src/misc-inst.cc


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