diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-16 22:49:35 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-16 22:49:35 +0000 |
commit | d9548d448cadda7d79b063d1ce6999ded6bcbf52 (patch) | |
tree | 3237a3af9a7bbba89953879c7d19c411adf82bb2 /gdb/ChangeLog | |
parent | e367cb3b503e24bd374230ac63f2b89fa59894c7 (diff) | |
download | gdb-d9548d448cadda7d79b063d1ce6999ded6bcbf52.zip gdb-d9548d448cadda7d79b063d1ce6999ded6bcbf52.tar.gz gdb-d9548d448cadda7d79b063d1ce6999ded6bcbf52.tar.bz2 |
go32 host/target/native separation
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c2169f4..9fe484e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ Fri Oct 16 13:06:08 1992 K. Richard Pixley (rich@sendai.cygnus.com) + Native separation for go32 (untested). + + * config/go32.mh (NAT_FILE, NATDEPFILES): new macros. + * go32-nat.c: new file. + * go32-xdep.c (call_ptrace, child_resume, + fetch_inferior_registers, store_inferior_registers, + child_xfer_memory, fetch_core_registers): removed to go32-nat.c. + Native support for m88k (untested). * Makefile.in (HFILES): added nm-m88k.h |