From 598db9ee399cbc015ef75e97510be9a1a73a1e4e Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 30 Jul 1993 14:42:31 +0000 Subject: [PATCH] * README: Emphasize that C++ support works best with GNU C++ and stabs debugging format. * delta68-nat.c: Add missing FSF copyright. --- gdb/ChangeLog | 6 ++++++ gdb/delta68-nat.c | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 04e27b688f0..1e8b4be2ac8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 30 07:36:53 1993 Fred Fish (fnf@deneb.cygnus.com) + + * README: Emphasize that C++ support works best with GNU C++ and + stabs debugging format. + * delta68-nat.c: Add missing FSF copyright. + Fri Jul 30 08:58:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * paread.c (pa_symtab_read): Put file-local symbols in minimal symbols. diff --git a/gdb/delta68-nat.c b/gdb/delta68-nat.c index ed31e58186b..e032a7d91ba 100644 --- a/gdb/delta68-nat.c +++ b/gdb/delta68-nat.c @@ -1,3 +1,22 @@ +/* Functions specific to running gdb native on a Motorola Delta Series sysV68. + Copyright (C) 1993, Free Software Foundation, Inc. + +This file is part of GDB. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + #include "defs.h" #include /* for MAXSIG in sys/user.h */ #include /* for ushort in sys/dir.h */ -- 2.30.2