]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/sparc/tm-nbsd64.h
* Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
[thirdparty/binutils-gdb.git] / gdb / config / sparc / tm-nbsd64.h
similarity index 74%
rename from gdb/config/sparc/xm-nbsd.h
rename to gdb/config/sparc/tm-nbsd64.h
index e469aabc1b47c19d8a3f533f3e060a44b6e9c570..cc1d6b32297062c652c17a7054b9b22381490345 100644 (file)
@@ -1,5 +1,5 @@
-/* Parameters for execution on a Sparc running NetBSD, for GDB.
-   Copyright 1994 Free Software Foundation, Inc.
+/* Macro definitions for UltraSPARC running under NetBSD.
+   Copyright 1994, 2002 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-/* Get generic NetBSD host definitions. */
-#include "xm-nbsd.h"
+#ifndef TM_NBSD64_H
+#define TM_NBSD64_H
+
+#include "sparc/tm-sp64.h" /* sets GDB_MULTI_ARCH */
+#include "solib.h"
+
+#endif /* TM_NBSD64_H */