]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* unwind.inc: Comment that unwind-sjlj.c includes this file.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Nov 2007 05:38:30 +0000 (05:38 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Nov 2007 05:38:30 +0000 (05:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130307 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/unwind.inc

index 12c6945f998bde2b3231522f2a3e8c889c149bb1..8ace69420298d632514c664f016f990cfb547ebe 100644 (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>
 
index f905b47f1476654868f342bec735de867268bab3..1b2346051d2dbbe99d18b59c905805fe74336912 100644 (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.