From: Bob Manson Date: Thu, 6 Mar 1997 03:36:05 +0000 (+0000) Subject: * remote-mips.c (mips_exit_debug): Some IDT boards don't X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db38473ab8f77b5e315cdf871d884ec864938193;p=binutils-gdb.git * remote-mips.c (mips_exit_debug): Some IDT boards don't send the full exit string. Fixes a bug when trying to load to our mips IDT boards. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 130b8499873..0c26824fbc0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 5 19:34:09 1997 Bob Manson + + * remote-mips.c (mips_exit_debug): Some IDT boards don't + send the full exit string. + Wed Mar 5 12:59:27 1997 Jeffrey A Law (law@cygnus.com) * mn10200-tdep.c (mn10200_push_arguments): Handle new calling diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 26ed258a320..bd2affa5956 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -1312,7 +1312,7 @@ mips_exit_debug () mips_request ('x', (unsigned int) 0, (unsigned int) 0, &err, mips_receive_wait, NULL); - if (mips_monitor == MON_IDT && !mips_expect ("Exiting remote debug mode")) + if (mips_monitor == MON_IDT && !mips_expect ("Exiting remote debug")) return -1; if (mips_monitor == MON_DDB)