diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-29 17:13:42 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-29 17:13:42 +0000 |
commit | 895efe6b576d919cb593ed68ad8dc88b2c921b2a (patch) | |
tree | 105a3cfaa4218cdb8c6514df6065d62d0370b3b2 /gdb/config/m68k | |
parent | 9db58d3ab42b7f4fd3b4b4aa80bcb6404ce32b0d (diff) | |
download | gdb-895efe6b576d919cb593ed68ad8dc88b2c921b2a.zip gdb-895efe6b576d919cb593ed68ad8dc88b2c921b2a.tar.gz gdb-895efe6b576d919cb593ed68ad8dc88b2c921b2a.tar.bz2 |
* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
* config/m68k/es1800.mt: Add comment.
* remote-es.c: Comment out entire file until it can be fixed.
Diffstat (limited to 'gdb/config/m68k')
-rw-r--r-- | gdb/config/m68k/es1800.mt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/m68k/es1800.mt b/gdb/config/m68k/es1800.mt index 5a713d4..3a6cdb7 100644 --- a/gdb/config/m68k/es1800.mt +++ b/gdb/config/m68k/es1800.mt @@ -1,3 +1,7 @@ # 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). TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o remote-es.o TM_FILE= tm-es1800.h |