aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2006-01-25 18:22:34 +0000
committerBenjamin Kosnik <bkoz@redhat.com>2006-01-25 18:22:34 +0000
commit8af6d8132d038be45a87addaccbbc9d167f6b8ff (patch)
tree0365fa20371178b37a45a98bea6279df67935ba2 /libstdc++-v3
parentd66d21379e1623412f9d9e5e47da9b35bae078c4 (diff)
2006-01-25 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/configopts.html: Tweak docs. * libsupc++/eh_personality.cc: Fix typos. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@110218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/docs/html/configopts.html6
-rw-r--r--libstdc++-v3/libsupc++/eh_personality.cc8
3 files changed, 14 insertions, 6 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b9c2cdb26e5..271a393f1b3 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-25 Benjamin Kosnik <bkoz@redhat.com>
+
+ * docs/html/configopts.html: Tweak docs.
+
+ * libsupc++/eh_personality.cc: Fix typos.
+
2006-01-24 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/25649
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html
index a027c658c37..f7e1d79aa35 100644
--- a/libstdc++-v3/docs/html/configopts.html
+++ b/libstdc++-v3/docs/html/configopts.html
@@ -285,8 +285,10 @@ options</a></h1>
'darwin-export'. Both gnu- options require that a recent
version of the GNU linker be in use. Both darwin options are
equivalent. With no style given, the configure script will try
- to guess if the 'gnu' style can be used, and if so, will turn
- it on.
+ to guess correct defaults for the host system, probe to see if
+ additional requirements are necessary and present for
+ activation, and if so, will turn symbol versioning on. This
+ option can change the library ABI.
</p>
</dd>
diff --git a/libstdc++-v3/libsupc++/eh_personality.cc b/libstdc++-v3/libsupc++/eh_personality.cc
index 99efe278af0..5a03495cc89 100644
--- a/libstdc++-v3/libsupc++/eh_personality.cc
+++ b/libstdc++-v3/libsupc++/eh_personality.cc
@@ -679,10 +679,10 @@ PERSONALITY_FUNCTION (int version,
return _URC_INSTALL_CONTEXT;
}
-/* The ARM EABI implementation of __cxa_call_unexpected is in a different
- file so that the personality routine san be used standalone. The generic
- routine sahred datastructures with the PR so it is most convenient to
- implement it here. */
+/* The ARM EABI implementation of __cxa_call_unexpected is in a
+ different file so that the personality routine (PR) can be used
+ standalone. The generic routine shared datastructures with the PR
+ so it is most convenient to implement it here. */
#ifndef __ARM_EABI_UNWINDER__
extern "C" void
__cxa_call_unexpected (void *exc_obj_in)