configopts.html: Tweak docs.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 25 Jan 2006 18:22:34 +0000 (18:22 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 25 Jan 2006 18:22:34 +0000 (18:22 +0000)
2006-01-25  Benjamin Kosnik  <bkoz@redhat.com>

* docs/html/configopts.html: Tweak docs.

* libsupc++/eh_personality.cc: Fix typos.

From-SVN: r110218

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/configopts.html
libstdc++-v3/libsupc++/eh_personality.cc

index b9c2cdb..271a393 100644 (file)
@@ -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
index a027c65..f7e1d79 100644 (file)
@@ -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>
index 99efe27..5a03495 100644 (file)
@@ -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)