aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@codesourcery.com>2001-04-02 19:00:13 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2001-04-02 19:00:13 +0000
commitd31eaae034a871072feb98e917e7624eff2e8d30 (patch)
treebcda6aa51ef0e3671e114812b32ec83badfaf3de
parent0313e85b82d26887adb3cdab1dd8ce0a135135a3 (diff)
downloadgcc-d31eaae034a871072feb98e917e7624eff2e8d30.zip
gcc-d31eaae034a871072feb98e917e7624eff2e8d30.tar.gz
gcc-d31eaae034a871072feb98e917e7624eff2e8d30.tar.bz2
configopts.html: Add --enable-sjlj-exceptions docs.
2001-04-01 Benjamin Kosnik <bkoz@codesourcery.com> * docs/html/configopts.html: Add --enable-sjlj-exceptions docs. From-SVN: r41007
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/docs/html/configopts.html26
2 files changed, 20 insertions, 10 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c925a6c..a0914cf 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-01 Benjamin Kosnik <bkoz@codesourcery.com>
+
+ * docs/html/configopts.html: Add --enable-sjlj-exceptions docs.
+
2001-04-01 Zack Weinberg <zackw@stanford.edu>
* tests_flags.in: Use test a = b, not test a == b which is not
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html
index b56642f..98e1efc 100644
--- a/libstdc++-v3/docs/html/configopts.html
+++ b/libstdc++-v3/docs/html/configopts.html
@@ -7,7 +7,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 configure options</TITLE>
<LINK REL=StyleSheet HREF="lib3styles.css">
-<!-- $Id: configopts.html,v 1.6 2001/02/07 00:03:20 pme Exp $ -->
+<!-- $Id: configopts.html,v 1.7 2001/02/15 22:21:12 pme Exp $ -->
</HEAD>
<BODY>
@@ -74,14 +74,20 @@ options</A></H1>
(described next).
</P>
- <DT><TT>--enable-clocale=MODEL </TT>
- <DD><P>Select a target-specific underlying locale package. The
- choices are 'gnu' to specify an X/Open (IEEE Std. 1003.1-200x)
- model based on langinfo/iconv (from <A
- HREF="http://sources.redhat.com/glibc/">glibc</A>, the GNU C
- library), or 'generic' to use a generic &quot;C&quot;
- abstraction which consists of &quot;C&quot; locale info.
- The default is 'generic'.
+ <DT><TT>--enable-sjlj-exceptions </TT>
+ <DD><P> Forces old, short-jump/long-jump exception handling model. If
+ at all possible, the new, frame unwinding exception handling routines
+ should be used instead, as they significantly reduce both runtime
+ memory usage and executable size.
+ </P>
+
+ <DT><TT>--enable-clocale=MODEL </TT> <DD><P>Select a target-specific
+ underlying locale package. The choices are 'gnu' to specify an X/Open
+ (IEEE Std. 1003.1-200x) model based on langinfo/iconv (from <A
+ HREF="http://sources.redhat.com/glibc/">glibc</A>, the GNU C
+ library), or 'generic' to use a generic &quot;C&quot; abstraction
+ which consists of &quot;C&quot; locale info. The default is
+ 'generic'.
</P>
<DT><TT>--enable-long-long </TT>
@@ -190,7 +196,7 @@ options</A></H1>
<HR>
<P CLASS="fineprint"><EM>
-$Id: configopts.html,v 1.6 2001/02/07 00:03:20 pme Exp $
+$Id: configopts.html,v 1.7 2001/02/15 22:21:12 pme Exp $
</EM></P>