gdb: microblaze: delete useless stubs
[deliverable/binutils-gdb.git] / gdb / m68k-tdep.h
index 627922cfea3bfd46dedb313c1ed716f28b26274a..3b68c40b522236773b93aacbd0b03f672fe5ec37 100644 (file)
@@ -1,7 +1,6 @@
 /* Target-dependent code for the Motorola 68000 series.
 
-   Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2001,
-   2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1990-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -92,6 +91,10 @@ struct gdbarch_tdep
   /* Flag set if the floating point registers are present, or assumed
      to be present.  */
   int fpregs_present;
+
+   /* ISA-specific data types.  */
+  struct type *m68k_ps_type;
+  struct type *m68881_ext_type;
 };
 
 /* Initialize a SVR4 architecture variant.  */
This page took 0.024353 seconds and 4 git commands to generate.