aboutsummaryrefslogtreecommitdiff
path: root/gdb/ns32k-tdep.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-11-14 00:10:55 +0000
committerAndrew Cagney <cagney@redhat.com>2004-11-14 00:10:55 +0000
commit9445aa303f19ea3f4bfad8843eca987c8f3eaf03 (patch)
treef59c0349f6b328663b1e3afb50dad3dc6afd9ca9 /gdb/ns32k-tdep.h
parente3ab7234772b0f36b259f8efb0a78e1d750a95bc (diff)
downloadgdb-9445aa303f19ea3f4bfad8843eca987c8f3eaf03.zip
gdb-9445aa303f19ea3f4bfad8843eca987c8f3eaf03.tar.gz
gdb-9445aa303f19ea3f4bfad8843eca987c8f3eaf03.tar.bz2
2004-11-13 Andrew Cagney <cagney@gnu.org>
* NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and v850-*-* under removed. * configure.host: Delete ns32k-*-netbsd*. * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*, ns32k-*-netbsd*, and v850*-*-*. * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as "Deleted" * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete. * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete. * mcore-tdep.c, config/mn10300/mn10300.mt: Delete. * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete. * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete. * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete. * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete. * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete. * v850-tdep.c: Delete.
Diffstat (limited to 'gdb/ns32k-tdep.h')
-rw-r--r--gdb/ns32k-tdep.h57
1 files changed, 0 insertions, 57 deletions
diff --git a/gdb/ns32k-tdep.h b/gdb/ns32k-tdep.h
deleted file mode 100644
index 0b6551f..0000000
--- a/gdb/ns32k-tdep.h
+++ /dev/null
@@ -1,57 +0,0 @@
-/* Target-dependent definitions for GDB on NS32000 systems.
- Copyright 1987, 1989, 1991, 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003
- 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 NS32K_TDEP_H
-#define NS32K_TDEP_H
-
-/* Register numbers of various important registers.
- Note that some of these values are "real" register numbers,
- and correspond to the general registers of the machine,
- and some are "phony" register numbers which are too large
- to be actual register numbers as far as the user is concerned
- but do serve to get the desired values when passed to read_register. */
-
-#define NS32K_R0_REGNUM 0 /* General register 0 */
-#define NS32K_FP0_REGNUM 8 /* Floating point register 0 */
-#define NS32K_SP_REGNUM 16 /* Contains address of top of stack */
-#define NS32K_AP_REGNUM NS32K_FP_REGNUM
-#define NS32K_FP_REGNUM 17 /* Contains address of executing stack frame */
-#define NS32K_PC_REGNUM 18 /* Contains program counter */
-#define NS32K_PS_REGNUM 19 /* Contains processor status */
-#define NS32K_FPS_REGNUM 20 /* Floating point status register */
-#define NS32K_LP0_REGNUM 21 /* Double register 0 (same as FP0) */
-
-#define NS32K_NUM_REGS_32082 25
-#define NS32K_REGISTER_BYTES_32082 \
- ((NS32K_NUM_REGS_32082 - 4) * 4 /* size of general purpose regs */ \
- + 4 * 8 /* size of floating point regs */)
-
-#define NS32K_NUM_REGS_32382 29
-#define NS32K_REGISTER_BYTES_32382 \
- ((NS32K_NUM_REGS_32382 - 4) * 4 /* size of general purpose regs */ \
- + 8 * 8 /* size of floating point regs */)
-
-#define NS32K_REGISTER_SIZE 4
-
-void ns32k_gdbarch_init_32082 (struct gdbarch *);
-void ns32k_gdbarch_init_32382 (struct gdbarch *);
-
-#endif /* NS32K_TDEP_H */