diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-15 06:47:31 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-15 06:47:31 +0000 |
commit | 75365589180b15eea551399299262f81c574fa57 (patch) | |
tree | 34b8e736ed1b239183189663d5daf59a3b33c794 /gdb/nm-news.h | |
parent | 170d4f55ba6bffc819f0bf00767c9de68952b17e (diff) | |
download | gdb-75365589180b15eea551399299262f81c574fa57.zip gdb-75365589180b15eea551399299262f81c574fa57.tar.gz gdb-75365589180b15eea551399299262f81c574fa57.tar.bz2 |
sony news native support
Diffstat (limited to 'gdb/nm-news.h')
-rw-r--r-- | gdb/nm-news.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/nm-news.h b/gdb/nm-news.h new file mode 100644 index 0000000..881b734 --- /dev/null +++ b/gdb/nm-news.h @@ -0,0 +1,20 @@ +/* Parameters for execution on a Sony/NEWS, for GDB, the GNU debugger. + Copyright 1987, 1989, 1992 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. */ + +/* This file intentionally empty. */ |