diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-28 02:58:11 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-28 02:58:11 +0000 |
commit | 5c9bbfe62c1a25cee1a51a40d7504d71f63230be (patch) | |
tree | 9628f18816380d851a1937b5e9e61e147a7feffa /gdb/ChangeLog | |
parent | 851fffcf4ecd21d58ff3fe3ce70ea3920fbbc310 (diff) | |
download | gdb-5c9bbfe62c1a25cee1a51a40d7504d71f63230be.zip gdb-5c9bbfe62c1a25cee1a51a40d7504d71f63230be.tar.gz gdb-5c9bbfe62c1a25cee1a51a40d7504d71f63230be.tar.bz2 |
apollo native support
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9b64852..501fbed 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com) + Apollo native support (untested). + + * a68v-nat.c, nm-apollo68[bv].h: new files. + * xm-apollo68[bv].h (FETCH_INFERIOR_REGISTERS): removed. + * xm-apollo68b.h (PTRACE_IN_WRONG_PLACE): removed. + * a68v-xdep.c: removed. + * config/apollo68[bv].mh (XDEPFILES): removed infptrace.o + inftarg.o fork-child.o a68v-xdep.o. + (NAT_FILE, NATDEPFILES): new macros. + * defs.h: include nm.h. * coredep.c, infptrace.c, procfs.c, rs6000-nat.c, sparc-nat.c, sparc-tdep.c, : do not include nm.h. |