summaryrefslogtreecommitdiff
path: root/libstdc++-v3/README
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-24 20:33:29 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-24 20:33:29 +0000
commitdc77ec82f996a74c79a090c7bc35a2786d244ec3 (patch)
tree4eaf0b28bc741d73508a4ebe33c964f389c15212 /libstdc++-v3/README
parent3bcd6ae61b0fdaf5d843ee31c4e1229ed0372b18 (diff)
downloadgcc-dc77ec82f996a74c79a090c7bc35a2786d244ec3.tar.gz
2003-06-24 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/documentation.html: Remove assignment info. * docs/html/17_intro/contribute.html: Edits. * docs/html/17_intro/libstdc++-assign.tx: Remove. * docs/html/test.html: Update. * README: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68440 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/README')
-rw-r--r--libstdc++-v3/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/libstdc++-v3/README b/libstdc++-v3/README
index 67c390e981d..b3e860ceaf1 100644
--- a/libstdc++-v3/README
+++ b/libstdc++-v3/README
@@ -54,11 +54,15 @@ It has subdirectories:
Headers that define extensions to the standard library. No
standard header refers to any of them.
+ scripts
+ Scripts that are used during the configure, build, make, or test
+ process.
+
src
Files that are used in constructing the library, but are not
installed.
- testsuites/[thread, 17_* to 27_*]
+ testsuites/[backward, demangle, ext, performance, thread, 17_* to 27_*]
Test programs are here, and may be used to begin to exercise the
library. Support for "make check" and "make check-install" is
complete, and runs through all the subdirectories here when this
@@ -72,17 +76,14 @@ Other subdirectories contain variant versions of certain files
that are meant to be copied or linked by the configure script.
Currently these are:
+ config/abi
config/cpu
- config/os
config/io
config/locale
+ config/os
In addition, three subdirectories are convenience libraries:
- libio
- Contains the subset of the GNU libio library needed for
- C++. Currently not used.
-
libmath
Support routines needed for C++ math. Only needed if the
underlying "C" implementation is non-existent, in particular