diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-03-23 21:57:20 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-03-23 21:57:20 +0000 |
commit | 2554c3384e1b5e6507d294971974843b8835981a (patch) | |
tree | 8b9466d91f74ebd6827ed314bed78dac08923bf0 /gcc/dwarfout.c | |
parent | 3c837357cc0ace53b6700ced18ef7fa44c28c422 (diff) | |
download | gcc-2554c3384e1b5e6507d294971974843b8835981a.tar.gz |
Change rfg's address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6852 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 7a6fecc03af..a48c9b97160 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -1,9 +1,10 @@ -/* This file contains code written by Ron Guilmette (rfg@ncd.com) for - Network Computing Devices, August, September, October, November 1990. - - Output Dwarf format symbol table information from the GNU C compiler. +/* Output Dwarf format symbol table information from the GNU C compiler. Copyright (C) 1992, 1993 Free Software Foundation, Inc. + Written by Ron Guilmette (rfg@netcom.com) for + Network Computing Devices, August, September, October, November 1990. + Generously contributed by NCD to the Free Software Foundation. + This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify |