* README: Emphasize that C++ support works best with GNU C++ and
stabs debugging format. * delta68-nat.c: Add missing FSF copyright.
This commit is contained in:
parent
3cde1ffa4b
commit
598db9ee39
2 changed files with 25 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue