diff options
author | Geoffrey Noer <noer@cygnus> | 1997-08-07 20:19:26 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1997-08-07 20:19:26 +0000 |
commit | 706eff3f9df3cb29608b7ba465b15b3dbbe0b964 (patch) | |
tree | 1f469c24b8670b4d4460d8c2bc347edfe823b625 /gdb/ser-ocd.c | |
parent | 48a3d5e5e887693dc51b751b937f393dedffaf08 (diff) | |
download | gdb-706eff3f9df3cb29608b7ba465b15b3dbbe0b964.zip gdb-706eff3f9df3cb29608b7ba465b15b3dbbe0b964.tar.gz gdb-706eff3f9df3cb29608b7ba465b15b3dbbe0b964.tar.bz2 |
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.
Diffstat (limited to 'gdb/ser-ocd.c')
-rw-r--r-- | gdb/ser-ocd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-ocd.c b/gdb/ser-ocd.c index d3f1c8e..1b1213e 100644 --- a/gdb/ser-ocd.c +++ b/gdb/ser-ocd.c @@ -145,7 +145,7 @@ static void ocd_close (scb) serial_t scb; { - wiggler_close (0); + ocd_close (0); } static struct serial_ops ocd_ops = |