Mips native support. Decstation and iris4 have been tested.
authorK. Richard Pixley <rich@cygnus>
Fri, 9 Oct 1992 07:59:37 +0000 (07:59 +0000)
committerK. Richard Pixley <rich@cygnus>
Fri, 9 Oct 1992 07:59:37 +0000 (07:59 +0000)
commita70dc8981ba77c6eb6deb04310f8e41370a93f8b
treede194f994749749e50219dc9132a738a66978bc6
parent55ec69fb4250d844c15def4238702e7ff040f87d
Mips native support.  Decstation and iris4 have been tested.
Iris3 has not.

* mips-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
  fill_fpregset): removed to irix4-nat.c
* mips-xdep.c: removed.
* irix4-nat.c, mips-nat.c, nm-irix3.h, nm-irix4.h, nm-mips.h: new
  files.
* procfs.c: include nm.h.
* xm-irix3.h (U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS): removed.
* xm-irix4.h: bump copyright.
(U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS, USE_PROC_FS,
PROC_NAME_FMT): removed.
* xm-mips.h (FETCH_INFERIOR_REGISTERS): removed.
* config/irix4.mh (XDEPFILES): removed procfs.o fork-child.o.
(NAT_FILE, NATDEPFILES): new macros for native support.
(CC): supply default compiler switches.
* config/irix3.mh (XDEPFILES): removed infptrace.o inftarg.o fork-child.o coredep.o.
(NAT_FILE, NATDEPFILES): new macros for native support.  Note that
irix3 is untested.
* config/decstation.mh (XDEPFILES): removed infptrace.o inftarg.o
  fork-child.o mips-xdep.o coredep.o.
  (NAT_FILE, NATDEPFILES): new macros for native support.
15 files changed:
gdb/.Sanitize
gdb/ChangeLog
gdb/config/decstation.mh
gdb/config/irix3.mh
gdb/config/irix4.mh
gdb/irix4-nat.c [new file with mode: 0644]
gdb/mips-nat.c [new file with mode: 0644]
gdb/mips-tdep.c
gdb/nm-irix3.h [new file with mode: 0644]
gdb/nm-irix4.h [new file with mode: 0644]
gdb/nm-mips.h [new file with mode: 0644]
gdb/procfs.c
gdb/xm-irix3.h
gdb/xm-irix4.h
gdb/xm-mips.h
This page took 0.025768 seconds and 4 git commands to generate.