X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fm68k-tdep.h;h=4a010714c87b97d6c0df93324b4539a3ff51fd51;hb=5430098f1807e084fe4ff5057040d68435f3d8a2;hp=68e36f2b290de2355132400a924fae2ac861ea00;hpb=6ba384252317623eac67489bfb810b158615fe5b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/m68k-tdep.h b/gdb/m68k-tdep.h index 68e36f2b29..4a010714c8 100644 --- a/gdb/m68k-tdep.h +++ b/gdb/m68k-tdep.h @@ -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 Free Software Foundation, Inc. + Copyright (C) 1990-2017 Free Software Foundation, Inc. This file is part of GDB. @@ -92,13 +91,17 @@ 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. */ extern void m68k_svr4_init_abi (struct gdbarch_info, struct gdbarch *); -/* Functions exported from m68kbsd-tdep.c. */ +/* Functions exported from m68k-bsd-tdep.c. */ extern int m68kbsd_fpreg_offset (struct gdbarch *gdbarch, int regnum);