X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fremote-sa.sparc.c;h=6dae0c942e3aab9a07db65698e80489ea0777d53;hb=310cc5704322805474df29cc1d0e89d0819e624c;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..6dae0c942e 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" @@ -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();