* unwind.inc: Comment that unwind-sjlj.c includes this file.

From-SVN: r130307
This commit is contained in:
Ben Elliston 2007-11-20 05:38:30 +00:00 committed by Ben Elliston
parent 1763dfa74d
commit cb96cf3b9d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-20 Ben Elliston <bje@au.ibm.com>
* unwind.inc: Comment that unwind-sjlj.c includes this file.
2007-11-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
Ben Elliston <bje@au.ibm.com>

View File

@ -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.