summaryrefslogtreecommitdiffstats
path: root/gcc/unwind.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-31 22:15:42 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-31 22:15:42 +0000
commit6c34d0c2c1cdfa7fa0ca97cfe50fffe256aa0dee (patch)
tree5e8831114d6a8c6a8fbf6e52bd8fbb15155c9a23 /gcc/unwind.h
parentff11430a476c56de188f1a88f4b6206d40555ff4 (diff)
downloadppe42-gcc-6c34d0c2c1cdfa7fa0ca97cfe50fffe256aa0dee.tar.gz
ppe42-gcc-6c34d0c2c1cdfa7fa0ca97cfe50fffe256aa0dee.zip
* target.h: Fix formatting.
* timevar.h: Likewise. * tlink.c: Likewise. * toplev.c: Likewise. * toplev.h: Likewise. * tree.c: Likewise. * tree-dump.h: Likewise. * tree.h: Likewise. * tree-inline.h: Likewise. * unroll.c: Likewise. * unwind-dw2.c: Likewise. * unwind-dw2-fde.c: Likewise. * unwind-dw2-fde-glibc.c: Likewise. * unwind-dw2-fde.h: Likewise. * unwind.h: Likewise. * unwind-sjlj.c: Likewise. * varasm.c: Likewise. * varray.h: Likewise. * vmsdbg.h: Likewise. * vmsdbgout.c: Likewise. * xcoffout.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54123 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind.h')
-rw-r--r--gcc/unwind.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/unwind.h b/gcc/unwind.h
index fc36913d979..765ffb2197b 100644
--- a/gcc/unwind.h
+++ b/gcc/unwind.h
@@ -136,15 +136,15 @@ extern _Unwind_Ptr _Unwind_GetRegionStart (struct _Unwind_Context *);
library and language-specific exception handling semantics. It is
specific to the code fragment described by an unwind info block, and
it is always referenced via the pointer in the unwind info block, and
- hence it has no ABI-specified name.
+ hence it has no ABI-specified name.
Note that this implies that two different C++ implementations can
use different names, and have different contents in the language
- specific data area. Moreover, that the language specific data
+ specific data area. Moreover, that the language specific data
area contains no version info because name of the function invoked
provides more effective versioning by detecting at link time the
lack of code to handle the different data format. */
-
+
typedef _Unwind_Reason_Code (*_Unwind_Personality_Fn)
(int, _Unwind_Action, _Unwind_Exception_Class,
struct _Unwind_Exception *, struct _Unwind_Context *);
OpenPOWER on IntegriCloud