diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-09 00:18:21 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-09 00:18:21 +0000 |
commit | 7b2b07585e66b1aff9ba8672cbf5fbb11413fc4d (patch) | |
tree | 3c31aeda3aa77cd329b9c8ccccc318435551c51c /gdb/config | |
parent | a4c50dd0bbfd99bd07bda655c5413ab09db4789e (diff) | |
download | gdb-7b2b07585e66b1aff9ba8672cbf5fbb11413fc4d.zip gdb-7b2b07585e66b1aff9ba8672cbf5fbb11413fc4d.tar.gz gdb-7b2b07585e66b1aff9ba8672cbf5fbb11413fc4d.tar.bz2 |
Fri Apr 8 17:14:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
* config/m68k/es1800.mt: Change comments.
Fri Apr 8 17:14:37 1994 Rob Savoye (rob@darkstar.cygnus.com)
* config/m68k/monitor.mt (TDEPFILES): Don't include remote-es.o.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/m68k/es1800.mt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gdb/config/m68k/es1800.mt b/gdb/config/m68k/es1800.mt index 3a6cdb7..0187b26 100644 --- a/gdb/config/m68k/es1800.mt +++ b/gdb/config/m68k/es1800.mt @@ -1,7 +1,9 @@ -# Target: Ericcson ES-1800 emulator (remote) for m68k. -# (Note: remote-es.o is also available from the standard monitor.mt -# configuration. The only difference in this configuration is that it -# has its own DEFAULT_PROMPT and GDBINIT_FILENAME, if you don't care -# about those things you can just use monitor.mt). +# Target: Ericsson ES-1800 emulator (remote) for m68k. + +# remote-es.o should perhaps be part of the standard monitor.mt +# configuration, if it is desirable to reduce the number of different +# configurations. However, before that happens remote-es.c has to be +# fixed to compile on a DOS host. + TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o remote-es.o TM_FILE= tm-es1800.h |