]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/c_std/cstddef
configopts.html: Edit.
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 9 Oct 2000 08:43:31 +0000 (08:43 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 9 Oct 2000 08:43:31 +0000 (08:43 +0000)
commit22aef5143dec8081980621d99f929d4b888711ce
tree198afd01b4ec4ea3ee1371321cfd910d039a8ece
parent4d0230e166ce370a9d556b305cfa7ddcd8b0c6c8
configopts.html: Edit.

2000-10-10  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* docs/configopts.html: Edit.

* libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
* libio/Makefile.in: Regenerate.
* libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
* libmath/Makefile.in: Regenerate.
* libsupc++/Makefile.am (INCLUDES): Remove duplicate.
* libsupc++/Makefile.in: Regenerate.

* Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
CSHADOW_INCLUDES up here.
* Makefile.in: Regenerate.
* src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
for shadow headers.
(myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
* src/Makefile.in: Regenerate.

* include/c: New directory.
* include/c/bits/(std_cassert.h, std_cctype.h, std_cerrno.h,
std_cfloat.h, std_climits.h, std_clocale.h, std_cmath.h,
std_csetjmp.h, std_csignal.h, std_cstdarg.h, std_cstddef.h,
std_cstdio.h, std_cstdlib.h, std_cstring.h, std_ctime.h,
std_cwchar.h, std_cwctype.h): Add, moving from...
* include/bits: ...here.
* include/c_std: New directory.
* include/c_std/bits/*: Populate from...
* shadow: ...here. Remove directory.

From-SVN: r36802
30 files changed:
libstdc++-v3/include/c_std/bits/std_cassert.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_cctype.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_cerrno.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_cfloat.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_climits.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_clocale.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_cmath.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_csetjmp.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_csignal.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_cstdarg.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_cstddef.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_cstdio.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_cstdlib.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_cstring.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_ctime.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_cwchar.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/std_cwctype.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/wrap_fcntl.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/wrap_iconv.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/wrap_iolibio.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/wrap_libio.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/wrap_libioP.h [new file with mode: 0644]
libstdc++-v3/include/c_std/bits/wrap_pthread.h [new file with mode: 0644]
libstdc++-v3/include/c_std/fcntl.h [new file with mode: 0644]
libstdc++-v3/include/c_std/iconv.h [new file with mode: 0644]
libstdc++-v3/include/c_std/iolibio.h [new file with mode: 0644]
libstdc++-v3/include/c_std/libio.h [new file with mode: 0644]
libstdc++-v3/include/c_std/libioP.h [new file with mode: 0644]
libstdc++-v3/include/c_std/pthread.h [new file with mode: 0644]
libstdc++-v3/include/c_std/sys/cdefs.h [new file with mode: 0644]