v850 files that weren't being removed if !keep-v850
[deliverable/binutils-gdb.git] / gdb / remote-est.c
index 25c25ac24cc9191317ed62eb8cbf7b6efbaffee1..8862cc3ac1bda3757b6e0cd75ff7b1375cc84d77 100644 (file)
@@ -98,7 +98,7 @@ static char *est_inits[] = {"he\r", /* Resets the prompt, and clears repeated cm
 static struct monitor_ops est_cmds =
 {
   MO_CLR_BREAK_USES_ADDR | MO_FILL_USES_ADDR | MO_NEED_REGDUMP_AFTER_CONT |
-  MO_SREC_ACK,
+  MO_SREC_ACK | MO_SREC_ACK_PLUS,
   est_inits,                   /* Init strings */
   "go\r",                      /* continue command */
   "sidr\r",                    /* single step */
This page took 0.029978 seconds and 4 git commands to generate.