diff options
author | Ranjit Mathew <rmathew@hotmail.com> | 2003-07-30 07:34:45 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-07-30 09:34:45 +0200 |
commit | b2e863b872d0fbb940bb4c4a7e8b5ed84fc172ef (patch) | |
tree | fbb9ba01ede58c4367a848c9d672f965232bfce9 /gcc | |
parent | 8d9b3f2eef8036b7f73433fc321681c96646dc35 (diff) | |
download | gcc-b2e863b872d0fbb940bb4c4a7e8b5ed84fc172ef.zip gcc-b2e863b872d0fbb940bb4c4a7e8b5ed84fc172ef.tar.gz gcc-b2e863b872d0fbb940bb4c4a7e8b5ed84fc172ef.tar.bz2 |
unwind-sjlj.c: Fix typo in file description.
2003-07-30 Ranjit Mathew <rmathew@hotmail.com>
* unwind-sjlj.c: Fix typo in file description.
From-SVN: r69955
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/unwind-sjlj.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a856a8..95babcd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-30 Ranjit Mathew <rmathew@hotmail.com> + + * unwind-sjlj.c: Fix typo in file description. + 2003-07-30 Alan Modra <amodra@bigpond.net.au> * calls.c (load_register_parameters): When shifting reg sized values diff --git a/gcc/unwind-sjlj.c b/gcc/unwind-sjlj.c index 8d9766f..ea74b27 100644 --- a/gcc/unwind-sjlj.c +++ b/gcc/unwind-sjlj.c @@ -1,5 +1,5 @@ -/* DWARF2 exception handling and frame unwind runtime interface routines. - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 +/* SJLJ exception handling and frame unwind runtime interface routines. + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GCC. |