Put GDB's terminal settings into effect when paginating
[deliverable/binutils-gdb.git] / gdb / hppa-linux-tdep.c
index 4e8904866733b319afa86041336f53565ee89589..7a765a21763ddea6734c946070004a3127a4201d 100644 (file)
@@ -491,13 +491,13 @@ hppa_linux_supply_fpregset (const struct regset *regset,
 }
 
 /* HPPA Linux kernel register set.  */
-static struct regset hppa_linux_regset =
+static const struct regset hppa_linux_regset =
 {
   NULL,
   hppa_linux_supply_regset
 };
 
-static struct regset hppa_linux_fpregset =
+static const struct regset hppa_linux_fpregset =
 {
   NULL,
   hppa_linux_supply_fpregset
This page took 0.023272 seconds and 4 git commands to generate.