Constify regset structures.
[deliverable/binutils-gdb.git] / gdb / hppa-hpux-tdep.c
index 8d4686f0ccca0b4b308153a7309a715dfc5f8d53..588f577a5b37dfab3ec6f16c3d7cc90389894206 100644 (file)
@@ -1367,7 +1367,7 @@ hppa_hpux_supply_save_state (const struct regset *regset,
 
 /* HP-UX register set.  */
 
-static struct regset hppa_hpux_regset =
+static const struct regset hppa_hpux_regset =
 {
   NULL,
   hppa_hpux_supply_save_state
This page took 0.035972 seconds and 4 git commands to generate.