Add const qualifiers at various places.
[deliverable/binutils-gdb.git] / gas / config / tc-z80.c
index ca38568d10c0da310fb69d28195d364b77d4813d..281cc71948cf0fd2e8ced33985ebd6a95b37fd51 100644 (file)
@@ -163,7 +163,7 @@ static symbolS * zero;
 
 struct reg_entry
 {
-  char* name;
+  const char* name;
   int number;
 };
 #define R_STACKABLE (0x80)
@@ -408,7 +408,7 @@ typedef const char * (asfunc)(char, char, const char*);
 
 typedef struct _table_t
 {
-  char* name;
+  const char* name;
   char prefix;
   char opcode;
   asfunc * fp;
This page took 0.025995 seconds and 4 git commands to generate.