gdbserver/xtensa: drop xtensa_usrregs_info
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index 3cb6eda305389db9593616a87c15b246fb536990..9571ac8f554b8295f7b7282ee298b8ffa5b55bd3 100644 (file)
@@ -2636,7 +2636,7 @@ scan_xcoff_symtab (struct objfile *objfile)
        case C_DECL:
        case C_STSYM:
          {
-           char *p;
+           const char *p;
 
            swap_sym (&symbol, &main_aux[0], &namestring, &sraw_symbol,
                      &ssymnum, objfile);
@@ -2763,7 +2763,7 @@ scan_xcoff_symtab (struct objfile *objfile)
                       Accept either.  */
                    while (*p && *p != ';' && *p != ',')
                      {
-                       char *q;
+                       const char *q;
 
                        /* Check for and handle cretinous dbx symbol name
                           continuation!  */
This page took 0.024503 seconds and 4 git commands to generate.