* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / minsyms.c
index 31f20c339e53638c4be7fd3e6cf43dc1a3f708ed..8f1992c9374d7d16dfda10aaee61cc76193e70e8 100644 (file)
@@ -298,7 +298,8 @@ prim_record_minimal_symbol (name, address, ms_type, objfile)
      enum minimal_symbol_type ms_type;
      struct objfile *objfile;
 {
-  prim_record_minimal_symbol (name, address, ms_type, NULL, -1, objfile);
+  prim_record_minimal_symbol_and_info (name, address, ms_type,
+                                      NULL, -1, objfile);
 }
 
 void
@@ -327,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.022921 seconds and 4 git commands to generate.