X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fremote-sa.sparc.c;h=1880ba30665af1f1c565b9b17faca906a1468dab;hb=25286543da71d927d59a7479e7e1bd0a1b9e1321;hp=fd73358d75387c393fc9287f53ff6811a4b05443;hpb=7d9884b92772d5b4fa0de57de5caca2d9308c16c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote-sa.sparc.c b/gdb/remote-sa.sparc.c index fd73358d75..1880ba3066 100644 --- a/gdb/remote-sa.sparc.c +++ b/gdb/remote-sa.sparc.c @@ -4,10 +4,9 @@ /* Memory-access and commands for inferior process, for GDB. */ +#include "defs.h" #include #include -#include -#include "defs.h" #include "frame.h" #include "value.h" #include "inferior.h" @@ -202,8 +201,8 @@ extern int one_stepped; /* From machine dependent code */ static int remote_set_one_stepped; int -remote_resume (step, signal) - int step, signal; +remote_resume (pid, step, signal) + int pid, step, signal; { if (step) { @@ -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();