diff options
| author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-20 05:38:30 +0000 |
|---|---|---|
| committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-20 05:38:30 +0000 |
| commit | 877e82f648bab65b7d0ccbb0c32b8b8221880eaf (patch) | |
| tree | 19e06670085bb4b0efb8b97ea1d4815a36210dfb | |
| parent | 1ed5a74872c974a7dc86091f4b3d3e0dc689ca75 (diff) | |
| download | ppe42-gcc-877e82f648bab65b7d0ccbb0c32b8b8221880eaf.tar.gz ppe42-gcc-877e82f648bab65b7d0ccbb0c32b8b8221880eaf.zip | |
* unwind.inc: Comment that unwind-sjlj.c includes this file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130307 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/unwind.inc | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 12c6945f998..8ace6942029 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> 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. |

