Constify regset structures.
[deliverable/binutils-gdb.git] / gdb / ppcfbsd-tdep.c
index a03c6a97954bd95f80e1afec7c3e4d3f666c54b4..77292f375e4f133f240f2c594fcc5708667fb030 100644 (file)
@@ -115,7 +115,7 @@ static const struct regset ppc64_fbsd_gregset = {
 
 /* 32-/64-bit floating-point register set.  */
 
-static struct regset ppc32_fbsd_fpregset = {
+static const struct regset ppc32_fbsd_fpregset = {
   &ppc32_fbsd_reg_offsets,
   ppc_supply_fpregset,
   ppc_collect_fpregset
This page took 0.034678 seconds and 4 git commands to generate.