From: Benjamin Kosnik
Date: Mon, 2 Apr 2001 19:00:13 +0000 (+0000)
Subject: configopts.html: Add --enable-sjlj-exceptions docs.
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d31eaae034a871072feb98e917e7624eff2e8d30;p=gcc.git
configopts.html: Add --enable-sjlj-exceptions docs.
2001-04-01 Benjamin Kosnik
* docs/html/configopts.html: Add --enable-sjlj-exceptions docs.
From-SVN: r41007
---
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c925a6c91e5..a0914cfbdf2 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-01 Benjamin Kosnik
+
+ * docs/html/configopts.html: Add --enable-sjlj-exceptions docs.
+
2001-04-01 Zack Weinberg
* 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 b56642f6f8d..98e1efc8081 100644
--- a/libstdc++-v3/docs/html/configopts.html
+++ b/libstdc++-v3/docs/html/configopts.html
@@ -7,7 +7,7 @@
libstdc++-v3 configure options
-
+
@@ -74,14 +74,20 @@ options
(described next).
-
--enable-clocale=MODEL
-
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 glibc, the GNU C
- library), or 'generic' to use a generic "C"
- abstraction which consists of "C" locale info.
- The default is 'generic'.
+
--enable-sjlj-exceptions
+
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.
+
+
+
--enable-clocale=MODEL
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 glibc, the GNU C
+ library), or 'generic' to use a generic "C" abstraction
+ which consists of "C" locale info. The default is
+ 'generic'.