From c60c0f5f8841d467149bdf0980bd17fb1246ca51 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 26 May 2000 23:22:41 +0000 Subject: 2000-05-26 Michael Snyder * gregset.h: New file. Typedefs for gdb_gregset_t and gdb_fpregset_t, prototypes for supply_gregset and friends. * procfs.c: Include gregset.h. Delete local prototypes for supply_gregset etc., and local typedef gdb_gregset_t etc. * sol-thread.c: Include gregset.h, delete local prototypes, add appropriate casts to gdb_gregset_t. * uw-thread.c, lin-thread.c, core-sol2.c, core-regset.c, sparc-tdep.c, ptx4-nat.c, ppc-linux-nat.c, mipsv4-nat.c, m88k-nat.c, m68klinux-nat.c, m68k-tdep.c, irix5-nat.c, irix4-nat.c, ia64-linux-nat.c, i386v4-nat.c, cxux-nat.c, arm-linux-nat.c, alpha-nat.c: Include gregset.h. * config/nm-linux.h: Define GDB_GREGSET_T, GDB_FPREGET_T. * config/sparc/tm-sun4sol2.h: Ditto. --- gdb/m68k-tdep.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/m68k-tdep.c') diff --git a/gdb/m68k-tdep.c b/gdb/m68k-tdep.c index 359d61f..0bdb3f6 100644 --- a/gdb/m68k-tdep.c +++ b/gdb/m68k-tdep.c @@ -507,6 +507,9 @@ lose:; #include +/* Prototypes for supply_gregset etc. */ +#include "gregset.h" + /* The /proc interface divides the target machine's register set up into two different sets, the general register set (gregset) and the floating point register set (fpregset). For each set, there is an ioctl to get -- cgit v1.1