Apply 'const' in more places
[deliverable/binutils-gdb.git] / gdb / m32r-tdep.c
index 011a0d2a9c347b659850314c9b83180ac65806aa..e8bf33dda173810a34dc1b8c8ac25a6f637cc36e 100644 (file)
@@ -202,7 +202,7 @@ m32r_sw_breakpoint_from_kind (struct gdbarch *gdbarch, int kind, int *size)
     }
 }
 
-static const char *m32r_register_names[] = {
+static const char * const m32r_register_names[] = {
   "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
   "r8", "r9", "r10", "r11", "r12", "fp", "lr", "sp",
   "psw", "cbr", "spi", "spu", "bpc", "pc", "accl", "acch",
This page took 0.023398 seconds and 4 git commands to generate.