Commit a1c88e06 by Benjamin Kosnik Committed by Benjamin Kosnik

configopts.html: Tweak docs.

2006-01-25  Benjamin Kosnik  <bkoz@redhat.com>

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

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

From-SVN: r110218
parent a68e7e6c
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> 2006-01-24 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/25649 PR libstdc++/25649
......
...@@ -285,8 +285,10 @@ options</a></h1> ...@@ -285,8 +285,10 @@ options</a></h1>
'darwin-export'. Both gnu- options require that a recent 'darwin-export'. Both gnu- options require that a recent
version of the GNU linker be in use. Both darwin options are version of the GNU linker be in use. Both darwin options are
equivalent. With no style given, the configure script will try equivalent. With no style given, the configure script will try
to guess if the 'gnu' style can be used, and if so, will turn to guess correct defaults for the host system, probe to see if
it on. additional requirements are necessary and present for
activation, and if so, will turn symbol versioning on. This
option can change the library ABI.
</p> </p>
</dd> </dd>
......
...@@ -679,10 +679,10 @@ PERSONALITY_FUNCTION (int version, ...@@ -679,10 +679,10 @@ PERSONALITY_FUNCTION (int version,
return _URC_INSTALL_CONTEXT; return _URC_INSTALL_CONTEXT;
} }
/* The ARM EABI implementation of __cxa_call_unexpected is in a different /* The ARM EABI implementation of __cxa_call_unexpected is in a
file so that the personality routine san be used standalone. The generic different file so that the personality routine (PR) can be used
routine sahred datastructures with the PR so it is most convenient to standalone. The generic routine shared datastructures with the PR
implement it here. */ so it is most convenient to implement it here. */
#ifndef __ARM_EABI_UNWINDER__ #ifndef __ARM_EABI_UNWINDER__
extern "C" void extern "C" void
__cxa_call_unexpected (void *exc_obj_in) __cxa_call_unexpected (void *exc_obj_in)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment