* configure.tgt: Add pattern for i[3456]86-*-netbsdelf*.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 2 Jun 2000 23:15:28 +0000 (23:15 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 2 Jun 2000 23:15:28 +0000 (23:15 +0000)
* config/i386/nbsdelf.mt: New file.
* config/i386/tm-nbsdelf.h: New file.

* config/i386/tm-nbsd.h: change include of tm-nbsd.h to
the more explicit config/tm-nbsd.h.

gdb/ChangeLog
gdb/config/i386/nbsdelf.mt [new file with mode: 0644]
gdb/config/i386/tm-nbsd.h
gdb/config/i386/tm-nbsdelf.h [new file with mode: 0644]
gdb/configure.tgt

index 01bd23812113b52985c7c930dfa89ee03a294ad7..003ff850b4bd9cd31946fee1fed10ff171f38af9 100644 (file)
@@ -1,3 +1,12 @@
+2000-06-02  J.T. Conklin  <jtc@redback.com>
+
+       * configure.tgt: Add pattern for i[3456]86-*-netbsdelf*.
+       * config/i386/nbsdelf.mt: New file.
+       * config/i386/tm-nbsdelf.h: New file.
+       
+       * config/i386/tm-nbsd.h: change include of tm-nbsd.h to 
+       the more explicit config/tm-nbsd.h.
+
 2000-06-02  Mark Kettenis  <kettenis@gnu.org>
 
        * alphabsd-nat.c (supply_fpregset): Substract FP0_REGNUM from
diff --git a/gdb/config/i386/nbsdelf.mt b/gdb/config/i386/nbsdelf.mt
new file mode 100644 (file)
index 0000000..2782173
--- /dev/null
@@ -0,0 +1,5 @@
+# Target: Intel 386 running NetBSD
+TDEPFILES= i386-tdep.o i387-tdep.o
+TM_FILE= tm-nbsdelf.h
+
+GDBSERVER_DEPFILES= low-nbsd.o
index dbe1f79e82c44dd3a53aee987f870a9ebcfd6f05..a24ac0d69a9916360ce30c752b4f7403d7e97d8f 100644 (file)
@@ -1,5 +1,5 @@
 /* Macro definitions for i386 running under NetBSD.
-   Copyright 1994 Free Software Foundation, Inc.
+   Copyright 1994, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -24,7 +24,7 @@
 #define HAVE_I387_REGS
 
 #include "i386/tm-i386.h"
-#include "tm-nbsd.h"
+#include "config/tm-nbsd.h"
 
 extern use_struct_convention_fn i386nbsd_use_struct_convention;
 #define USE_STRUCT_CONVENTION(gcc_p, type) \
diff --git a/gdb/config/i386/tm-nbsdelf.h b/gdb/config/i386/tm-nbsdelf.h
new file mode 100644 (file)
index 0000000..4d802c5
--- /dev/null
@@ -0,0 +1,28 @@
+/* Macro definitions for i386 running under NetBSD.
+   Copyright 2000 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., 59 Temple Place - Suite 330,
+   Boston, MA 02111-1307, USA.  */
+
+#ifndef TM_NBSDELF_H
+#define TM_NBSDELF_H
+
+#include "i386/tm-nbsd.h"
+
+#undef USE_STRUCT_CONVENTION
+
+#endif /* TM_NBSD_H */
index 8cd89708df0500cbb2b53f26d896e2463cfb40fb..99deff296fcecd750823ccacf0d4f51888ca59f0 100644 (file)
@@ -88,6 +88,8 @@ i[3456]86-*-elf*)     gdb_target=embed ;;
 i[3456]86-*-aix*)      gdb_target=i386aix ;;
 i[3456]86-*-bsd*)      gdb_target=i386bsd ;;
 i[3456]86-*-freebsd*)  gdb_target=fbsd ;;
+i[3456]86-*-netbsdelf*)        gdb_target=nbsdelf
+               configdirs="${configdirs} gdbserver" ;;
 i[3456]86-*-netbsd*)   gdb_target=nbsd 
                configdirs="${configdirs} gdbserver" ;;
 i[3456]86-*-os9k)      gdb_target=i386os9k ;;
This page took 0.035114 seconds and 4 git commands to generate.