* inftarg.c (child_create_inferior, child_attach,
[deliverable/binutils-gdb.git] / gdb / remote-sa.sparc.c
index fd73358d75387c393fc9287f53ff6811a4b05443..6dae0c942e3aab9a07db65698e80489ea0777d53 100644 (file)
@@ -4,10 +4,9 @@
 /* Memory-access and commands for inferior process, for GDB.
 */
 
+#include "defs.h"
 #include <sys/errno.h>
 #include <setjmp.h>
-#include <stdio.h>
-#include "defs.h"
 #include "frame.h"
 #include "value.h"
 #include "inferior.h"
@@ -844,7 +843,7 @@ remote_single_step ()
   CORE_ADDR next_pc, npc4, target, pc;
   typedef enum
     {
-      Error, not_branch, bicc, bicca, ba, baa, ticc, ta,
+      Error, not_branch, bicc, bicca, ba, baa, ticc, ta
     } branch_type;
   branch_type br, isannulled();
 
This page took 0.023884 seconds and 4 git commands to generate.