libsupc++: New directory.
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 6 Oct 2000 23:34:32 +0000 (23:34 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 6 Oct 2000 23:34:32 +0000 (23:34 +0000)
commitcc9711a36a24cd5efbd64bbd4ac6858fb3262fc6
tree81204c73c949ad0bf1c0420e25d9d00d7c96dbe4
parent06bd10fb63d7bcdb508e34474fa72e75770b052d
libsupc++: New directory.

2000-10-06  Benjamin Kosnik  <bkoz@cygnus.com>
            Richard Henderson  <rth@cygnus.com>
    Alexandre Oliva  <aoliva@redhat.com>

* libsupc++: New directory.
* libsupc++/*: Populate.
* libsupc++/Makefile.am (INCLUDES): Add -I../../gcc for
eh-common.h, gansidecl.h.
* configure.in: Add in libsupc++/Makefile to AC_OUTPUT.
* configure: Regenerate.
* Makefile.am (SUBDIRS): Add libsupc++.
* Makefile.in: Regenerate.
* src/Makefile.am (libstdc___la_LIBADD): Add in libsupc++.la
* src/Makefile.in: Regenerate.
* libio/Makefile.am: Remove extraneous, confusing bits.
* libio/Makefile.in: Regenerate.

From-SVN: r36764
libstdc++-v3/libsupc++/include/cxxabi.h [new file with mode: 0644]
libstdc++-v3/libsupc++/include/exception [new file with mode: 0644]
libstdc++-v3/libsupc++/include/new [new file with mode: 0644]
libstdc++-v3/libsupc++/include/new.h [new file with mode: 0644]
libstdc++-v3/libsupc++/include/typeinfo [new file with mode: 0644]