From 9ce5c36a4b3ab64d6cd1ee189e6c566370d1761c Mon Sep 17 00:00:00 2001 From: Jason Thorpe Date: Fri, 31 May 2002 00:59:15 +0000 Subject: * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c. (sparc64nbsd-nat.o) (sparcnbsd-nat.o) (sparcnbsd-tdep.o): New dependency lists. * NEWS: Note new UltraSPARC NetBSD native configuration. * configure.host (sparc64-*-netbsd*): New host. * configure.tgt (sparc-*-netbsdelf*) (sparc-*-netbsd*): Set gdb_target to nbsd. (sparc64-*-netbsd*): New target. * sparc64nbsd-nat.c: New file. * sparcnbsd-nat.c: New file. * sparcnbsd-tdep.c: New file. * sparcnbsd-tdep.h: New file. * config/sparc/nbsd.mt: New file. * config/sparc/nbsd64.mh: New file. * config/sparc/nbsd64.mt: New file. * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o, sparc-nat.o, and solib.o. Add sparcnbsd-nat.o. (HOST_IPC): Remove. * config/sparc/nbsdaout.mt: Remove. * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o, sparc-nat.o, and solib.o. Add sparcnbsd-nat.o. (HOST_IPC): Remove. * config/sparc/nbsdelf.mt: Remove. * config/sparc/nm-nbsd.h: Update copyright years. Remove all sparc-nat.c compatiblity defines. * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h. (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL. * config/sparc/tm-nbsd64.h: New file. * config/sparc/tm-nbsdaout.h: Remove. * config/sparc/xm-nbsd.h: Remove. --- gdb/sparcnbsd-tdep.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 gdb/sparcnbsd-tdep.h (limited to 'gdb/sparcnbsd-tdep.h') diff --git a/gdb/sparcnbsd-tdep.h b/gdb/sparcnbsd-tdep.h new file mode 100644 index 0000000..bad2d65 --- /dev/null +++ b/gdb/sparcnbsd-tdep.h @@ -0,0 +1,34 @@ +/* Common target dependent code for GDB on SPARC systems running NetBSD. + Copyright 2002 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 SPARCNBSD_TDEP_H +#define SPARCNBSD_TDEP_H + +void sparcnbsd_supply_reg32 (char *, int); +void sparcnbsd_supply_reg64 (char *, int); +void sparcnbsd_fill_reg32 (char *, int); +void sparcnbsd_fill_reg64 (char *, int); + +void sparcnbsd_supply_fpreg32 (char *, int); +void sparcnbsd_supply_fpreg64 (char *, int); +void sparcnbsd_fill_fpreg32 (char *, int); +void sparcnbsd_fill_fpreg64 (char *, int); + +#endif /* SPARCNBSD_TDEP_H */ -- cgit v1.1