summaryrefslogtreecommitdiff
path: root/gcc/unwind.inc
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2007-11-20 05:38:30 +0000
committerBen Elliston <bje@gcc.gnu.org>2007-11-20 16:38:30 +1100
commitcb96cf3b9d2dbcf559f06db3eb6b2072629a821c (patch)
tree19e06670085bb4b0efb8b97ea1d4815a36210dfb /gcc/unwind.inc
parent1763dfa74df2556d94f0211fa61417d45ee70439 (diff)
downloadgcc-cb96cf3b9d2dbcf559f06db3eb6b2072629a821c.tar.gz
* unwind.inc: Comment that unwind-sjlj.c includes this file.
From-SVN: r130307
Diffstat (limited to 'gcc/unwind.inc')
-rw-r--r--gcc/unwind.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/unwind.inc b/gcc/unwind.inc
index f905b47f147..1b2346051d2 100644
--- a/gcc/unwind.inc
+++ b/gcc/unwind.inc
@@ -29,7 +29,8 @@
/* This is derived from the C++ ABI for IA-64. Where we diverge
for cross-architecture compatibility are noted with "@@@".
- This file is included from unwind-dw2.c or unwind-ia64.c. */
+ This file is included from unwind-dw2.c, unwind-sjlj.c or
+ unwind-ia64.c. */
/* Subroutine of _Unwind_RaiseException also invoked from _Unwind_Resume.