gcc/libstdc++-v3/testsuite
Benjamin Kosnik 98e615b485 PR libstdc++/19664 round 1
2006-07-20  Benjamin Kosnik  <bkoz@redhat.com>
	    Jakub Jelinek  <jakub@redhat.com>
	
	PR libstdc++/19664 round 1
	* acinclude.m4 (GLIBCXX_ENABLE_VISIBILITY): Check it.
	* configure.ac: Use it.
	* configure: Regenerate.
	* docs/html/configopts.html: Document it.
	* include/Makefile.am: Slip in to c++config.
	* include/Makefile.in: Regenerate.
	* include/bits/c++config (_GLIBCXX_VISIBILITY): New.
	(_GLIBCXX_BEGIN_NAMESPACE): Use it.
	(_GLIBCXX_END_NAMESPACE): Use it.
	(_GLIBCXX_BEGIN_NESTED_NAMESPACE): Use it.
	(_GLIBCXX_END_NESTED_NAMESPACE): Use it.		
	* src/debug.cc: Mark __gnu_internal namespace with hidden
	visibility attribute.
	* src/ext-inst.cc: Same.
	* src/globals_io.cc: Same.
	* src/globals_locale.cc: Same.
	* src/ios_init.cc: Same.
	* src/locale.cc: Same.
	* src/mt_allocator.cc: Same.
	* src/pool_allocator.cc: Same.


Co-Authored-By: Jakub Jelinek <jakub@redhat.com>

From-SVN: r115632
2006-07-20 23:37:27 +00:00
..
17_intro
18_support [multiple changes] 2005-12-28 09:57:57 +00:00
19_diagnostics re PR libstdc++/23591 (exceptions in plugins in threads cause segmentation violation by leaving bad exit handler for the pthread) 2005-11-22 06:54:08 +00:00
20_util mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter. 2005-12-26 10:53:42 +00:00
21_strings re PR libstdc++/26142 (global debug namespace clashes everywhere) 2006-02-09 04:31:38 +00:00
22_locale PR libstdc++/28277 (partial: collate bits) 2006-07-11 11:21:38 +00:00
23_containers c++config: Simplify debug namespaces. 2006-02-22 00:57:24 +00:00
24_iterators PR libstdc++/11729 (DR 280, [Ready]) 2005-10-05 15:49:39 +00:00
25_algorithms DR 538, [Ready] 2006-04-10 10:05:51 +00:00
26_numerics PR libstdc++/28277 (partial: valarray bits) 2006-07-16 15:38:59 +00:00
27_io PR libstdc++/28277 (partial: ostream bits 1) 2006-07-15 20:30:50 +00:00
backward
config
data pb_assoc: Delete. 2006-06-14 23:09:51 +00:00
demangle
ext trie_no_data_map_rand.cc: Reduce iterations by half. 2006-06-27 03:25:40 +00:00
lib Makefile.am (pch_output): Don't precompile extc++.h. 2006-07-12 17:07:09 +00:00
libstdc++-abi util: New directory. 2006-06-07 14:58:24 +00:00
libstdc++-dg util: New directory. 2006-06-07 14:58:24 +00:00
performance string_copy_cons_and_dest.cc: New. 2006-07-13 23:41:06 +00:00
thread [multiple changes] 2005-12-28 09:57:57 +00:00
tr1 random (class gamma_distribution<>): Add. 2006-07-06 23:30:14 +00:00
util trait.hpp: Format. 2006-07-06 17:45:13 +00:00
Makefile.am pb_assoc: Delete. 2006-06-14 23:09:51 +00:00
Makefile.in PR libstdc++/19664 round 1 2006-07-20 23:37:27 +00:00