aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-07-30 14:42:31 +0000
committerFred Fish <fnf@specifix.com>1993-07-30 14:42:31 +0000
commit598db9ee399cbc015ef75e97510be9a1a73a1e4e (patch)
tree67e7c278c95b57cbee37d670f7227e9c33781149
parent3cde1ffa4b118cb3201fca4a370542d8418936fb (diff)
downloadfsf-binutils-gdb-598db9ee399cbc015ef75e97510be9a1a73a1e4e.zip
fsf-binutils-gdb-598db9ee399cbc015ef75e97510be9a1a73a1e4e.tar.gz
fsf-binutils-gdb-598db9ee399cbc015ef75e97510be9a1a73a1e4e.tar.bz2
* README: Emphasize that C++ support works best with GNU C++ and
stabs debugging format. * delta68-nat.c: Add missing FSF copyright.
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/delta68-nat.c19
2 files changed, 25 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 04e27b6..1e8b4be 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 ed31e58..e032a7d 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 <sys/signal.h> /* for MAXSIG in sys/user.h */
#include <sys/types.h> /* for ushort in sys/dir.h */