diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-05-15 22:01:01 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-05-15 22:01:01 +0000 |
commit | c812c3087af2fe5a8e7863ad3edf42bdefb989c7 (patch) | |
tree | 212a1c5c7706aab119d76b8eb8641b48264e8093 /gdb/config | |
parent | dfd7f395351b6782ac88ba890ad671ae333934dc (diff) | |
download | gdb-c812c3087af2fe5a8e7863ad3edf42bdefb989c7.zip gdb-c812c3087af2fe5a8e7863ad3edf42bdefb989c7.tar.gz gdb-c812c3087af2fe5a8e7863ad3edf42bdefb989c7.tar.bz2 |
* remote.c (remote_kill): Add prototype.
* cpu32bug-rom.c (cpu32bug_open): Properly define as static.
* config/h8300/h8300hms.mt (TDEPFILES): Add monitor.o.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/h8300/h8300hms.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/h8300/h8300hms.mt b/gdb/config/h8300/h8300hms.mt index 0b15713..7e1b19e 100644 --- a/gdb/config/h8300/h8300hms.mt +++ b/gdb/config/h8300/h8300hms.mt @@ -1,3 +1,3 @@ # Target: H8300 with HMS monitor, E7000 ICE and H8 simulator -TDEPFILES= h8300-tdep.o ser-e7kpc.o remote-e7000.o remote-hms.o remote-sim.o ../sim/h8300/compile.o +TDEPFILES= h8300-tdep.o ser-e7kpc.o remote-e7000.o monitor.o remote-hms.o remote-sim.o ../sim/h8300/compile.o TM_FILE= tm-h8300.h |