2001-01-09 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2001 17:24:11 +0000 (17:24 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2001 17:24:11 +0000 (17:24 +0000)
commit6a5bff679fa0542b9114e9e0868c63d7e1fd94ec
tree107deb0232beda084443cf0e1e84b32fabb0d4e7
parentb6250dbca7accdcd4850fc4b42a551f5ffee95f5
2001-01-09  Benjamin Kosnik  <bkoz@redhat.com>
                     <kainz@ilm.com>

Fixes for libstdc++/1576
* src/stdstreams.cc: Initialize with NULL filebuf. Delete
file, move contents into....
* src/ios.cc: ...Here. Put defines for iostreams objects and
initialization routines into one file to simplify DSO interaction.
* include/bits/std_iostream.h: Touch.
* include/bits/ios_base.h (_S_synched_with_stdio): Make static.
* src/Makefile.am (sources): Remove stdstreams.cc.
* src/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38871 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/ios_base.h
libstdc++-v3/include/bits/std_iostream.h
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/ios.cc
libstdc++-v3/src/stdstreams.cc [deleted file]