diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-04 23:16:22 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-04 23:16:22 +0000 |
commit | 6573c898508efb5c8cdea9876937e9ab69ae0f11 (patch) | |
tree | c3be5f0365adde0a4d5543dcb69f11183efbe201 /gdb/config/sparc | |
parent | 4b078dc3b0d3ee2211e6af7abc1a708aa676351e (diff) | |
download | gdb-6573c898508efb5c8cdea9876937e9ab69ae0f11.zip gdb-6573c898508efb5c8cdea9876937e9ab69ae0f11.tar.gz gdb-6573c898508efb5c8cdea9876937e9ab69ae0f11.tar.bz2 |
* configure.in (config/nm-empty.h): If cross only, use instead
of config/nm-trash.h.
* config/nm-trash.h: Remove.
* config/nm-empty.h: New file.
* config/i386/nm-m3.h: New file, includes config/nm-m3.h.
* config/mips/nm-m3.h: New file, includes config/nm-m3.h.
* config/m68k/nm-sysv4.h: New file, includes config/nm-sysv4.h.
* config/mips/nm-sysv4.h: New file, includes config/nm-sysv4.h.
* config/sparc/nm-sysv4.h: New file, includes config/nm-sysv4.h.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/nm-sysv4.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gdb/config/sparc/nm-sysv4.h b/gdb/config/sparc/nm-sysv4.h new file mode 100644 index 0000000..d3c3aae --- /dev/null +++ b/gdb/config/sparc/nm-sysv4.h @@ -0,0 +1,22 @@ +/* Native-dependent definitions for Sparc running SVR4. + Copyright 1994 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 the generic SVR4 definitions. */ + +#include "nm-sysv4.h" |