gdbserver/Linux: Introduce NULL_REGSET
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-ppc-low.c
index 6e6a93644f1f23e8a8b4000dce074da6dc0eeb0c..9e223ea4f399e62018257597b8abb2aa240c30ac 100644 (file)
@@ -657,7 +657,7 @@ static struct regset_info ppc_regsets[] = {
   { PTRACE_GETEVRREGS, PTRACE_SETEVRREGS, 0, 32 * 4 + 8 + 4, EXTENDED_REGS,
     ppc_fill_evrregset, ppc_store_evrregset },
   { 0, 0, 0, 0, GENERAL_REGS, ppc_fill_gregset, NULL },
-  { 0, 0, 0, -1, -1, NULL, NULL }
+  NULL_REGSET
 };
 
 static struct usrregs_info ppc_usrregs_info =
This page took 0.034345 seconds and 4 git commands to generate.