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
This commit is contained in:
parent
a68e7e6c66
commit
a1c88e064f
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user