From cb96cf3b9d2dbcf559f06db3eb6b2072629a821c Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 20 Nov 2007 05:38:30 +0000 Subject: [PATCH] * unwind.inc: Comment that unwind-sjlj.c includes this file. From-SVN: r130307 --- gcc/ChangeLog | 4 ++++ gcc/unwind.inc | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * unwind.inc: Comment that unwind-sjlj.c includes this file. + 2007-11-20 Ulrich Weigand Ben Elliston 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. -- 2.30.2