diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-06-26 17:39:30 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-06-26 17:39:30 +0000 |
commit | 099c7589feb31b78a70a954702a9759c956dcce4 (patch) | |
tree | 1e3e288ac37d1cefda11f0d87d006c6bbeae1237 /gdb/config/vax | |
parent | 1d049c5e1d1bbd7805cd3403bab79a69fc38fc43 (diff) | |
download | gdb-099c7589feb31b78a70a954702a9759c956dcce4.zip gdb-099c7589feb31b78a70a954702a9759c956dcce4.tar.gz gdb-099c7589feb31b78a70a954702a9759c956dcce4.tar.bz2 |
* config/vax/tm-vax.h: Protect from multiple inclusion.
(TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
(SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
* config/vax/tm-vaxbsd.h: ...here. New file.
* config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
Diffstat (limited to 'gdb/config/vax')
-rw-r--r-- | gdb/config/vax/nbsd.mt | 4 | ||||
-rw-r--r-- | gdb/config/vax/nbsdelf.mh | 4 | ||||
-rw-r--r-- | gdb/config/vax/nm-nbsd.h | 28 | ||||
-rw-r--r-- | gdb/config/vax/tm-nbsd.h | 28 | ||||
-rw-r--r-- | gdb/config/vax/tm-vax.h | 21 | ||||
-rw-r--r-- | gdb/config/vax/tm-vaxbsd.h | 41 | ||||
-rw-r--r-- | gdb/config/vax/vax.mt | 2 |
7 files changed, 112 insertions, 16 deletions
diff --git a/gdb/config/vax/nbsd.mt b/gdb/config/vax/nbsd.mt new file mode 100644 index 0000000..52e0a55 --- /dev/null +++ b/gdb/config/vax/nbsd.mt @@ -0,0 +1,4 @@ +# Target: VAX running NetBSD +TDEPFILES= vax-tdep.o vaxnbsd-tdep.o corelow.o nbsd-tdep.o solib.o \ + solib-svr4.o +TM_FILE= tm-nbsd.h diff --git a/gdb/config/vax/nbsdelf.mh b/gdb/config/vax/nbsdelf.mh new file mode 100644 index 0000000..7318e9b --- /dev/null +++ b/gdb/config/vax/nbsdelf.mh @@ -0,0 +1,4 @@ +# Host: VAX running NetBSD +NAT_CLIBS= +NATDEPFILES= infptrace.o inftarg.o fork-child.o vaxnbsd-nat.o +NAT_FILE= nm-nbsd.h diff --git a/gdb/config/vax/nm-nbsd.h b/gdb/config/vax/nm-nbsd.h new file mode 100644 index 0000000..1f848ae --- /dev/null +++ b/gdb/config/vax/nm-nbsd.h @@ -0,0 +1,28 @@ +/* Native-dependent definitions for NetBSD/vax. + Copyright 2002 Free Software Foundation, Inc. + Contributed by Wasabi Systems, 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 NM_NBSD_H +#define NM_NBSD_H + +/* Get generic NetBSD native definitions. */ +#include "config/nm-nbsd.h" + +#endif /* NM_NBSD_H */ diff --git a/gdb/config/vax/tm-nbsd.h b/gdb/config/vax/tm-nbsd.h new file mode 100644 index 0000000..51dc1d6 --- /dev/null +++ b/gdb/config/vax/tm-nbsd.h @@ -0,0 +1,28 @@ +/* Target-dependent definitions for NetBSD/vax. + Copyright 2002 Free Software Foundation, Inc. + Contributed by Wasabi Systems, 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_NBSD_H +#define TM_NBSD_H + +#include "vax/tm-vax.h" +#include "solib.h" + +#endif /* TM_NBSD_H */ diff --git a/gdb/config/vax/tm-vax.h b/gdb/config/vax/tm-vax.h index 8d77a29..22e60a0 100644 --- a/gdb/config/vax/tm-vax.h +++ b/gdb/config/vax/tm-vax.h @@ -1,4 +1,4 @@ -/* Definitions to make GDB run on a vax under 4.2bsd. +/* Target definitions for VAX systems for GDB. Copyright 1986, 1987, 1989, 1991, 1993, 1994, 1996, 1998, 1999, 2000, 2002 Free Software Foundation, Inc. @@ -19,22 +19,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - -#define TARGET_UPAGES 14 -#define TARGET_NBPG 512 -#define STACK_END_ADDR (0x80000000 - (TARGET_UPAGES * TARGET_NBPG)) - -/* On the VAX, sigtramp is in the u area. Can't check the exact - addresses because for cross-debugging we don't have VAX include - files around. This should be close enough. */ -#define SIGTRAMP_START(pc) STACK_END_ADDR -#define SIGTRAMP_END(pc) 0x80000000 +#ifndef TM_VAX_H +#define TM_VAX_H -/* Offset to saved PC in sigcontext, from <sys/signal.h>. */ -/* XXXJRT should go away */ -#define SIGCONTEXT_PC_OFFSET 12 +#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL /* XXXJRT not yet under gdbarch control */ #define FRAME_ARGS_ADDRESS_CORRECT(fi) vax_frame_args_address_correct ((fi)) extern CORE_ADDR vax_frame_args_address_correct (struct frame_info *); + +#endif /* TM_VAX_H */ diff --git a/gdb/config/vax/tm-vaxbsd.h b/gdb/config/vax/tm-vaxbsd.h new file mode 100644 index 0000000..e24049a --- /dev/null +++ b/gdb/config/vax/tm-vaxbsd.h @@ -0,0 +1,41 @@ +/* Definitions to make GDB run on a vax under 4.2bsd. + Copyright 1986, 1987, 1989, 1991, 1993, 1994, 1996, 1998, 1999, 2000, 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 TM_VAXBSD_H +#define TM_VAXBSD_H + +#include "vax/tm-vax.h" + +#define TARGET_UPAGES 14 +#define TARGET_NBPG 512 +#define STACK_END_ADDR (0x80000000 - (TARGET_UPAGES * TARGET_NBPG)) + +/* On the VAX, sigtramp is in the u area. Can't check the exact + addresses because for cross-debugging we don't have VAX include + files around. This should be close enough. */ +#define SIGTRAMP_START(pc) STACK_END_ADDR +#define SIGTRAMP_END(pc) 0x80000000 + +/* Offset to saved PC in sigcontext, from <sys/signal.h>. */ +/* XXXJRT should go away */ +#define SIGCONTEXT_PC_OFFSET 12 + +#endif /* TM_VAXBSD_H */ diff --git a/gdb/config/vax/vax.mt b/gdb/config/vax/vax.mt index ebdf942..06ab9b2 100644 --- a/gdb/config/vax/vax.mt +++ b/gdb/config/vax/vax.mt @@ -1,3 +1,3 @@ # Target: DEC VAX running BSD or Ultrix TDEPFILES= vax-tdep.o -TM_FILE= tm-vax.h +TM_FILE= tm-vaxbsd.h |