diff options
author | Geoffrey Noer <noer@cygnus> | 1997-08-07 20:40:18 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1997-08-07 20:40:18 +0000 |
commit | b622687f77a03a82a5243c83a6ea8914552cb734 (patch) | |
tree | 7d1c732c5ca1cb5c13af19e376cfd2c05d596e22 /gdb/ChangeLog | |
parent | 706eff3f9df3cb29608b7ba465b15b3dbbe0b964 (diff) | |
download | gdb-b622687f77a03a82a5243c83a6ea8914552cb734.zip gdb-b622687f77a03a82a5243c83a6ea8914552cb734.tar.gz gdb-b622687f77a03a82a5243c83a6ea8914552cb734.tar.bz2 |
Thu Aug 7 13:39:31 1997 Geoffrey Noer <noer@cygnus.com>
* ocd.h: add OCD_SET_CONNECTION
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fbc6650..7f2ad05 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,22 @@ +Thu Aug 7 13:39:31 1997 Geoffrey Noer <noer@cygnus.com> + + * ocd.h: add OCD_SET_CONNECTION + +Thu Aug 7 13:09:17 1997 Geoffrey Noer <noer@cygnus.com> + + Nomenclature change. BDM is a specific type of OCD + (On chip debugging). Wiggler is the parallel port box controlled + by Wigglers.dll. The faster target box from Macraigor Systems + is not a wiggler. + * ocd.c: + * ocd.h: + * ppc-bdm.c: + * ser-ocd.c: + Replace all instances of "wiggler_" with "ocd_" and change most other + instances of "wiggler" to "ocd" or "ocd device" depending on context. + * config/m68k/monitor.mt: remove remote-wiggler.o from TDEPFILES + until OCD with that target is supported again. + Wed Aug 6 16:15:31 1997 Geoffrey Noer <noer@cygnus.com> * Makefile.in: add DLLTOOL = @DLLTOOL@, pass on DLLTOOL to |