OSDN Git Service

2003-07-03 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Jul 2003 07:15:30 +0000 (07:15 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Jul 2003 07:15:30 +0000 (07:15 +0000)
commite04e588b0855c4ec572c1165731b58b03b3cf52c
tree71f3adbcbed674b5484579b822e09050da94e0e8
parent0d554d4fc538aa1533baf89d6728cf39ec5a2789
2003-07-03  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am (target_headers): Add fpos.h
(bits_headers): Remove.
* include/Makefile.in: Regenerate.
* configure.in: Add FPOS_INC_SRCDIR, substitute it.
* configure: Regenerate.
* configure.host: Add fpos_include_dir.
* config/os/gnu-linux/fpos.h: New.
* config/os/generic/fpos.h: Add.
* include/bits/fpos.h: Remove.

* config/io/c_io_stdio.h: Remove fpos_t typedef.

* include/bits/fstream.tcc: Tweaks.
* include/std/std_fstream.h: Same.

* testsuite/27_io/fpos/1.cc (test01): Uncomment. Move to...
* testsuite/27_io/fpos/mbstate_t/1.cc: ...here.
* testsuite/27_io/fpos/mbstate_t/2.cc: Same.
* testsuite/27_io/fpos/mbstate_t/3.cc: Same.
* testsuite/27_io/fpos/1.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68914 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/testsuite/27_io/fpos/1.cc [new file with mode: 0644]