gcc/libstdc++-v3/config
Loren J. Rittle 5e21803304 threads-no.h: Remove file.
* config/threads-no.h: Remove file.
	* config/threads-posix.h: Remove file.

	* acconfig.h (_GLIBCPP_USE_THREADS): Remove.
	(_GLIBCPP_SUPPORTS_WEAK): Add (required by namespace-clean gthr*.h).
	(_GLIBCPP_HAVE_GTHR_DEFAULT): Likewise.
	* config.h.in: Regenerate.

	* acinclude.m4 (GLIBCPP_ENABLE_THREADS): Completely rework to
	setup and use gthr*.h files.  In particular, make gthr.h files
	namespace-clean in the staging area (they don't have to be for
	libgcc.a).
	* aclocal.m4: Regenerate.
	* configure: Regenerate.

	* src/Makefile.am (build_headers): Remove bits/c++threads.h
	and add bits/gthr.h bits/gthr-single.h bits/gthr-default.h.
	* src/Makefile.in: Regenerate.

	* include/bits/c++config: Cleanup threading configuration macros.
	In particular, define __STL_GTHREADS macro which controls...
	* include/bits/stl_threads.h: ...a brand new gthr.h-based
        configuration here.

	* config/c_io_stdio.h: Include staged gthr.h instead of local
	thread configuration file.  Always use __gthread_mutex_t
	instead of __mutext_type (or int).
	* include/bits/std_fstream.h: Likewise.

	* docs/html/17_intro/howto.html: Remove placeholder comment in
	case this configuration patch didn't make it.  Add advice that
	section only applies if configured with --enable-threads.
	* docs/html/23_containers/howto.html: Reword to make clear
	that _PTHREADS is no longer required for any port to be
	correctly using STL with threads.  Add advice that section
	only applies if configured with --enable-threads.

Co-Authored-By: John David Anglin <dave@hiauly1.hia.nrc.ca>

From-SVN: r42998
2001-06-08 03:53:35 +00:00
..
cpu Correct license. 2001-02-28 00:14:16 +00:00
os c++config (__NO_MATH_INLINES): Move to... 2001-05-24 20:51:33 +00:00
basic_file_libio.cc basic_file.h: Include basic_file_model.h. 2001-02-28 03:20:36 +00:00
basic_file_libio.h basic_file.h (get_fileno): Remove. 2001-03-27 03:48:17 +00:00
basic_file_stdio.cc basic_file.h: Include basic_file_model.h. 2001-02-28 03:20:36 +00:00
basic_file_stdio.h basic_file.h (get_fileno): Remove. 2001-03-27 03:48:17 +00:00
c_io_libio_codecvt.c c_io_libio.cc (basic_file<char>::__basic_file): Don't pass a NULL _IO_wide_data to _IO_no_init when... 2000-10-29 21:52:54 +00:00
c_io_libio.h std_iosfwd.h: Remove string forward decls here. 2001-03-07 22:22:41 +00:00
c_io_stdio.h threads-no.h: Remove file. 2001-06-08 03:53:35 +00:00
c_locale_generic.cc c_locale_generic.cc: Remove langinfo include. 2001-01-30 17:21:50 +00:00
c_locale_generic.h Preliminary named locales. 2001-01-30 09:18:51 +00:00
c_locale_gnu.cc Preliminary named locales. 2001-01-30 09:18:51 +00:00
c_locale_gnu.h c_locale_gnu.h: Add clocale include. 2001-02-22 01:35:47 +00:00