* README: Emphasize that C++ support works best with GNU C++ and
authorFred Fish <fnf@specifix.com>
Fri, 30 Jul 1993 14:42:31 +0000 (14:42 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 30 Jul 1993 14:42:31 +0000 (14:42 +0000)
stabs debugging format.
* delta68-nat.c:  Add missing FSF copyright.

gdb/ChangeLog
gdb/delta68-nat.c

index 04e27b688f0033affbde7f48690581104a29812a..1e8b4be2ac81b876338271b8654974b373f65a76 100644 (file)
@@ -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.
index ed31e58186b04cdf5ad5389bac5c0c8a9eb6281d..e032a7d91ba79a363eaca779d1e16612fe265380 100644 (file)
@@ -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 <sys/signal.h>        /* for MAXSIG in sys/user.h */
 #include <sys/types.h> /* for ushort in sys/dir.h */