OSDN Git Service

2000-05-26 Michael Snyder <msnyder@seadog.cygnus.com>
authormsnyder <msnyder>
Fri, 26 May 2000 23:22:40 +0000 (23:22 +0000)
committermsnyder <msnyder>
Fri, 26 May 2000 23:22:40 +0000 (23:22 +0000)
commit2d0c7dd4d3b7e3cf754d812db7417f58340b5447
tree1cb2ffffccf95c33199db67cadb06c51c9e17676
parentdbe87b6c97e3d7c57201d9bf4392c7d5f26e3650
2000-05-26  Michael Snyder  <msnyder@seadog.cygnus.com>

        * 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.
23 files changed:
gdb/alpha-nat.c
gdb/arm-linux-nat.c
gdb/config/nm-linux.h
gdb/core-regset.c
gdb/core-sol2.c
gdb/cxux-nat.c
gdb/gregset.h [new file with mode: 0644]
gdb/i386-linux-nat.c
gdb/i386v4-nat.c
gdb/ia64-linux-nat.c
gdb/irix4-nat.c
gdb/irix5-nat.c
gdb/lin-thread.c
gdb/m68k-tdep.c
gdb/m68klinux-nat.c
gdb/m88k-nat.c
gdb/mipsv4-nat.c
gdb/ppc-linux-nat.c
gdb/procfs.c
gdb/ptx4-nat.c
gdb/sol-thread.c
gdb/sparc-tdep.c
gdb/uw-thread.c