Eliminate exceptions.c:print_any_exception.
[deliverable/binutils-gdb.git] / gdb / nios2-linux-tdep.c
index 2051d4566eac1b00e14918aa9afebde1ef1567d2..84ab576205ba5fae8c1445bb2c24534f12211a93 100644 (file)
@@ -1,5 +1,5 @@
 /* Target-dependent code for GNU/Linux on Nios II.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Contributed by Mentor Graphics, Inc.
 
    This file is part of GDB.
@@ -73,12 +73,11 @@ nios2_supply_gregset (const struct regset *regset,
       }
 }
 
-static struct regset nios2_core_regset =
+static const struct regset nios2_core_regset =
 {
   NULL,
   nios2_supply_gregset,
   NULL,
-  NULL
 };
 
 /* Implement the regset_from_core_section gdbarch method.  */
This page took 0.023817 seconds and 4 git commands to generate.