ELF: Add run-time tests for -z now
[deliverable/binutils-gdb.git] / gdb / proc-why.c
index def84723ccf7a9d443ac1e64d222bcf3b4bd8cc9..9c606357b951db6cd4f01ccb4148e1fa81605d1c 100644 (file)
@@ -38,8 +38,8 @@
 struct trans
 {
   int value;                    /* The numeric value.  */
-  char *name;                   /* The equivalent symbolic value.  */
-  char *desc;                   /* Short description of value.  */
+  const char *name;                   /* The equivalent symbolic value.  */
+  const char *desc;                   /* Short description of value.  */
 };
 
 /* Translate values in the pr_why field of a `struct prstatus' or
This page took 0.024344 seconds and 4 git commands to generate.