diff options
author | K. Richard Pixley <rich@cygnus> | 1993-08-02 23:54:27 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-08-02 23:54:27 +0000 |
commit | 5905161c085c24499c9d87986777c894c8777d66 (patch) | |
tree | 8ae2710ef88692e5cc08c0c6c4f31c8807588675 /gdb/config/m88k | |
parent | b5ed6e32c291b0acee4a13dec390f2d1b8e6c76a (diff) | |
download | gdb-5905161c085c24499c9d87986777c894c8777d66.zip gdb-5905161c085c24499c9d87986777c894c8777d66.tar.gz gdb-5905161c085c24499c9d87986777c894c8777d66.tar.bz2 |
* remote-monitor.c: updated copyright.
(bug_ops, monitor_desc): now static.
(monitor_desc): in several places, check and/or set to NULL.
* remote-hms.c (hms_files_info): Add the appropriate items where
missing in the printf call.
* remote-bug.c: new file for m88k bug support.
* config/m88k/m88k.mt (TDEPFILES): added remote-bug.o.
Diffstat (limited to 'gdb/config/m88k')
-rw-r--r-- | gdb/config/m88k/m88k.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m88k/m88k.mt b/gdb/config/m88k/m88k.mt index 73e1bed..f48ea2f 100644 --- a/gdb/config/m88k/m88k.mt +++ b/gdb/config/m88k/m88k.mt @@ -1,3 +1,3 @@ # Target: Motorola 88000 Binary Compatability Standard -TDEPFILES= m88k-tdep.o m88k-pinsn.o exec.o +TDEPFILES= m88k-tdep.o m88k-pinsn.o exec.o remote-bug.o TM_FILE= tm-m88k.h |