diff options
author | Steve Chamberlain <sac@gnu.org> | 1995-01-12 16:18:12 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@gnu.org> | 1995-01-12 16:18:12 +0000 |
commit | 8572e7ce39181bd8b23c35299d38098f5066302d (patch) | |
tree | 0e3c20d99523b99d65ad20017ae036d433b45393 /gcc/libgcc2.c | |
parent | b799cfc33b5fe8944a26f27053fa7ea6ad889a8e (diff) | |
download | gcc-8572e7ce39181bd8b23c35299d38098f5066302d.zip gcc-8572e7ce39181bd8b23c35299d38098f5066302d.tar.gz gcc-8572e7ce39181bd8b23c35299d38098f5066302d.tar.bz2 |
*** empty log message ***
From-SVN: r8736
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index a47bf1a..58069bc 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -1,6 +1,6 @@ /* More subroutines needed by GCC output code on some machines. */ /* Compile this one with gcc. */ -/* Copyright (C) 1989, 1992, 1993, 1994 Free Software Foundation, Inc. +/* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. |