This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/43852] Embedded systems friendly libstdc++


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43852

--- Comment #20 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-09-09 23:08:54 UTC ---
Author: redi
Date: Sun Sep  9 23:08:48 2012
New Revision: 191121

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191121
Log:
2012-09-10  Sebastian Huber  <sebastian.huber@embedded-brains.de>
        Jonathan Wakely  <jwakely.gcc@gmail.com>

    PR libstdc++/43852
    * acinclude.m4 (GLIBCXX_ENABLE_VERBOSE): Define.
    * configure.ac (GLIBCXX_ENABLE_VERBOSE): Use it.
    * config.h.in: Regenerate.
    * configure: Likewise.
    * libsupc++/eh_term_handler.cc (_GLIBCXX_VERBOSE): Check new macro.
    * libsupc++/pure.cc (_GLIBCXX_VERBOSE): Likewise.
    * doc/xml/manual/configure.xml (--disable-libstdcxx-verbose): Document.
    * doc/html/manual/configure.html: Regenerate.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/config.h.in
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/configure.ac
    trunk/libstdc++-v3/doc/html/manual/configure.html
    trunk/libstdc++-v3/doc/xml/manual/configure.xml
    trunk/libstdc++-v3/libsupc++/eh_term_handler.cc
    trunk/libstdc++-v3/libsupc++/pure.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]