diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-15 14:47:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-15 14:47:12 +0000 |
commit | f30278e8b42834cea2b69233d1a5deefcd4a97d6 (patch) | |
tree | 89e2c9e6f79301c54b8b7ce102223b6403013255 /gcc/unwind-sjlj.c | |
parent | 06b6044526f342bc94bfded0ad95f3e1373cd65f (diff) | |
download | gcc-f30278e8b42834cea2b69233d1a5deefcd4a97d6.zip gcc-f30278e8b42834cea2b69233d1a5deefcd4a97d6.tar.gz gcc-f30278e8b42834cea2b69233d1a5deefcd4a97d6.tar.bz2 |
bitmap.c, [...]: Update copyright.
* bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
collect2.h, conflict.c, coretypes.h, coverage.h, errors.h,
gcc.h, gcov-dump.c, gen-protos.c, gencheck.c, gencodes.c,
genconstants.c, gengenrtl.c, genmodes.c, genpeep.c,
gensupport.h, graph.h, gthr-gnat.c, gthr-gnat.h, gthr-posix.c,
gthr-posix.h, hard-reg-set.h, hwint.h, integrate.h, libgcc2.c,
lists.c, machmode.def, mips-tdump.c, opts.h, params.c,
predict.def, predict.h, protoize.c, reload.h, resource.h,
rtl-error.c, sbitmap.c, sbitmap.h, sreal.c, tlink.c,
tree-dump.h, tree-inline.h, unwind-dw2-fde.c, unwind-dw2.c,
unwind-sjlj.c, value-prof.h: Update copyright.
From-SVN: r89097
Diffstat (limited to 'gcc/unwind-sjlj.c')
-rw-r--r-- | gcc/unwind-sjlj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unwind-sjlj.c b/gcc/unwind-sjlj.c index 08290fc..0dd4a83 100644 --- a/gcc/unwind-sjlj.c +++ b/gcc/unwind-sjlj.c @@ -1,5 +1,5 @@ /* SJLJ exception handling and frame unwind runtime interface routines. - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. |