Warn if core file register section is larger than expected
[deliverable/binutils-gdb.git] / gdb / hppa-hpux-tdep.c
index 0c8575d597b73e1dc7af472b47443cbecae8f376..3c0f3909fdc5f46417b16ddac0bca3b2fb873a97 100644 (file)
@@ -1367,7 +1367,9 @@ hppa_hpux_supply_save_state (const struct regset *regset,
 static const struct regset hppa_hpux_regset =
 {
   NULL,
-  hppa_hpux_supply_save_state
+  hppa_hpux_supply_save_state,
+  NULL,
+  REGSET_VARIABLE_SIZE
 };
 
 static void
This page took 0.023047 seconds and 4 git commands to generate.