diff options
author | Dawn Perchik <dawn@cygnus> | 1996-03-11 23:49:22 +0000 |
---|---|---|
committer | Dawn Perchik <dawn@cygnus> | 1996-03-11 23:49:22 +0000 |
commit | 2e665cd3adfa105b625084afc3b92e8ebeec95d8 (patch) | |
tree | ef3c88b20f9153cea88c554a14e05a2440edbe11 /gdb/configure | |
parent | 5d06fa80b20ad5cb5729eadc128b6ac970875eaf (diff) | |
download | gdb-2e665cd3adfa105b625084afc3b92e8ebeec95d8.zip gdb-2e665cd3adfa105b625084afc3b92e8ebeec95d8.tar.gz gdb-2e665cd3adfa105b625084afc3b92e8ebeec95d8.tar.bz2 |
* mon960-rom.c: New file; support mon960 rom monitor on i960.
* monitor.c (monitor_debug): Change remotedebug to buffer strings.
* monitor.c (monitor_open): Add test for flag MO_NO_ECHO_ON_OPEN before
epecting prompt and echo during open.
* monitor.c (monitor_stop): Add test for flag MO_SEND_BREAK_ON_OPEN to
determine if break should be sent as stop command.
* monitor.h: Add flags MO_NO_ECHO_ON_OPEN and MO_SEND_BREAK_ON_OPEN.
* i960-tdep.c (mon960_frame_chain_valid): New function for getting
stack frame on mon960.
* Makefile.in: Add mon960 files.
* configure.in: Changed i960-*-coff* and i960-*-elf* to target mon960;
added i960-nindy-coff* and i960-nindy-elf* for target nindy.
* configure: Regenerated.
* config/i960/mon960.mt, config/i960/tm-mon960.h: New files;
support mon960 rom monitor on i960.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure index 222e89f..24bef95 100755 --- a/gdb/configure +++ b/gdb/configure @@ -3078,8 +3078,10 @@ i[3456]86-*-netware*) gdb_target=i386nw i[3456]86-*-osf1mk*) gdb_target=i386mk ;; i[3456]86-*-cygwin32) gdb_target=cygwin32 ;; i960-*-bout*) gdb_target=vxworks960 ;; -i960-*-coff*) gdb_target=nindy960 ;; -i960-*-elf*) gdb_target=nindy960 ;; +i960-nindy-coff*) gdb_target=nindy960 ;; +i960-*-coff*) gdb_target=mon960 ;; +i960-nindy-elf*) gdb_target=nindy960 ;; +i960-*-elf*) gdb_target=mon960 ;; i960-*-nindy*) gdb_target=nindy960 ;; i960-*-vxworks*) gdb_target=vxworks960 ;; |