Convert more variables to a constant form.
[deliverable/binutils-gdb.git] / gas / config / tc-visium.c
index c81a7fabe0b4fdf18fa1481aba1c87732d8fff16..3758a35061a3e9e8867c7044ec9a839404301f46 100644 (file)
@@ -265,7 +265,7 @@ static struct visium_option_table visium_opts[] =
 
 struct visium_arch_option_table
 {
-  char *name;
+  const char *name;
   enum visium_arch_val value;
 };
 
@@ -280,10 +280,10 @@ static struct visium_arch_option_table visium_archs[] =
 
 struct visium_long_option_table
 {
-  char *option;                        /* Substring to match.  */
-  char *help;                  /* Help information.  */
+  const char *option;                  /* Substring to match.  */
+  const char *help;                    /* Help information.  */
   int (*func) (char *subopt);  /* Function to decode sub-option.  */
-  char *deprecated;            /* If non-null, print this message.  */
+  const char *deprecated;              /* If non-null, print this message.  */
 };
 
 static int
This page took 0.025228 seconds and 4 git commands to generate.