* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / minsyms.c
index 03b1ce1f0b3723e1887fd6b48569d0d493859f4d..8f1992c9374d7d16dfda10aaee61cc76193e70e8 100644 (file)
@@ -328,7 +328,7 @@ prim_record_minimal_symbol_and_info (name, address, ms_type, info, section,
        return;
 
       {
-       char *tempstring = name;
+       const char *tempstring = name;
        if (tempstring[0] == bfd_get_symbol_leading_char (objfile->obfd))
          ++tempstring;
        if (STREQN (tempstring, "__gnu_compiled", 14))
This page took 0.023218 seconds and 4 git commands to generate.