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 | |
parent | 4b078dc3b0d3ee2211e6af7abc1a708aa676351e (diff) | |
download | binutils-6573c898508efb5c8cdea9876937e9ab69ae0f11.zip binutils-6573c898508efb5c8cdea9876937e9ab69ae0f11.tar.gz binutils-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')
-rw-r--r-- | gdb/config/i386/nm-m3.h | 22 | ||||
-rw-r--r-- | gdb/config/m68k/nm-sysv4.h | 22 | ||||
-rw-r--r-- | gdb/config/mips/nm-m3.h | 22 | ||||
-rw-r--r-- | gdb/config/mips/nm-sysv4.h | 22 | ||||
-rw-r--r-- | gdb/config/nm-empty.h | 2 | ||||
-rw-r--r-- | gdb/config/nm-trash.h | 2 | ||||
-rw-r--r-- | gdb/config/sparc/nm-sysv4.h | 22 |
7 files changed, 112 insertions, 2 deletions
diff --git a/gdb/config/i386/nm-m3.h b/gdb/config/i386/nm-m3.h new file mode 100644 index 0000000..d1b4e72 --- /dev/null +++ b/gdb/config/i386/nm-m3.h @@ -0,0 +1,22 @@ +/* Native-dependent definitions for Intel 386 running Mach 3. + 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 Mach 3 definitions. */ + +#include "nm-m3.h" diff --git a/gdb/config/m68k/nm-sysv4.h b/gdb/config/m68k/nm-sysv4.h new file mode 100644 index 0000000..2a43b41 --- /dev/null +++ b/gdb/config/m68k/nm-sysv4.h @@ -0,0 +1,22 @@ +/* Native-dependent definitions for Motorola 680x0 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" diff --git a/gdb/config/mips/nm-m3.h b/gdb/config/mips/nm-m3.h new file mode 100644 index 0000000..42b9f96 --- /dev/null +++ b/gdb/config/mips/nm-m3.h @@ -0,0 +1,22 @@ +/* Native-dependent definitions for mips running Mach 3. + 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 Mach 3 definitions. */ + +#include "nm-m3.h" diff --git a/gdb/config/mips/nm-sysv4.h b/gdb/config/mips/nm-sysv4.h new file mode 100644 index 0000000..96473bd --- /dev/null +++ b/gdb/config/mips/nm-sysv4.h @@ -0,0 +1,22 @@ +/* Native-dependent definitions for mips 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" diff --git a/gdb/config/nm-empty.h b/gdb/config/nm-empty.h new file mode 100644 index 0000000..7069d8c --- /dev/null +++ b/gdb/config/nm-empty.h @@ -0,0 +1,2 @@ +/* This is just a dummy file to symlink to when GDB is configured as a + cross-only debugger. */ diff --git a/gdb/config/nm-trash.h b/gdb/config/nm-trash.h deleted file mode 100644 index 38bed5a..0000000 --- a/gdb/config/nm-trash.h +++ /dev/null @@ -1,2 +0,0 @@ -/* this file is temporary scaffolding until all hosts have the - native/target/host split in place. FIXME. */ 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" |