diff options
author | Doug Evans <dje@gnu.org> | 1994-11-18 01:57:42 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1994-11-18 01:57:42 +0000 |
commit | b6e08b2b9f762ababfb44aa617a6e4c4ec9b54c4 (patch) | |
tree | 05f5c6d9d5a2c1953f9a9e185253d9ed8540c43c /gcc | |
parent | af824546cd9b5a2ec9179b8a1115de9e7de26bfc (diff) | |
download | gcc-b6e08b2b9f762ababfb44aa617a6e4c4ec9b54c4.zip gcc-b6e08b2b9f762ababfb44aa617a6e4c4ec9b54c4.tar.gz gcc-b6e08b2b9f762ababfb44aa617a6e4c4ec9b54c4.tar.bz2 |
Add "Contributed by..." comment.
From-SVN: r8504
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/vsta.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i386/vsta.h b/gcc/config/i386/vsta.h index 667f162..dc40780 100644 --- a/gcc/config/i386/vsta.h +++ b/gcc/config/i386/vsta.h @@ -1,5 +1,6 @@ /* Configuration for an i386 running VSTa micro-kernel. Copyright (C) 1994 Free Software Foundation, Inc. + Contributed by Rob Savoye (rob@cygnus.com). This file is part of GNU CC. |