Fix signal-while-stepping-over-bp-other-thread.exp on targets always in non-stop
[deliverable/binutils-gdb.git] / gdb / alphanbsd-tdep.c
index 1c2e630d6eab0efcf235b229d2c43f010d161ab5..69be265693ce303ab8ac802b0c3b47ecc77b4d83 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for NetBSD/alpha.
 
-   Copyright (C) 2002-2014 Free Software Foundation, Inc.
+   Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
    Contributed by Wasabi Systems, Inc.
 
@@ -145,7 +145,9 @@ alphanbsd_supply_gregset (const struct regset *regset,
 static const struct regset alphanbsd_gregset =
 {
   NULL,
-  alphanbsd_supply_gregset
+  alphanbsd_supply_gregset,
+  NULL,
+  REGSET_VARIABLE_SIZE
 };
 
 static const struct regset alphanbsd_fpregset =
This page took 0.02656 seconds and 4 git commands to generate.