X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fremote-e7000.c;h=904ce1f4e54c19428c3fe195ee7c629ecf1669e3;hb=e1e9e218c189882084a89fdee655a0a523efbaf8;hp=b81df8a6c59180b835012fa360f7f70df791550b;hpb=29e5738069326d025cb0aecc2aab25186ef669b8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote-e7000.c b/gdb/remote-e7000.c index b81df8a6c5..904ce1f4e5 100644 --- a/gdb/remote-e7000.c +++ b/gdb/remote-e7000.c @@ -37,10 +37,8 @@ #include "gdbarch.h" #include "inferior.h" #include "target.h" -#include "gdb_wait.h" #include "value.h" #include "command.h" -#include #include "gdb_string.h" #include "gdbcmd.h" #include @@ -889,7 +887,7 @@ fetch_regs_from_dump (int (*nextchar) (), char *want) } else - abort (); + internal_error (__FILE__, __LINE__, "failed internal consistency check"); } store_signed_integer (buf, REGISTER_RAW_SIZE (regno), @@ -2119,7 +2117,7 @@ e7000_wait (int pid, struct target_waitstatus *status) break; default: /* Get the user's attention - this should never happen. */ - abort (); + internal_error (__FILE__, __LINE__, "failed internal consistency check"); } return 0;