Use new %p format suffixes in gdb
[deliverable/binutils-gdb.git] / gdb / minsyms.h
index bb43165620dff7adcc28bbeb81ad2134b1cfcd30..ce4b83d54480dd5ce98152844bb824d931e5ff8f 100644 (file)
@@ -159,7 +159,8 @@ bool msymbol_is_function (struct objfile *objfile,
                          minimal_symbol *minsym,
                          CORE_ADDR *func_address_p = NULL);
 
-/* Compute a hash code for the string argument.  */
+/* Compute a hash code for the string argument.  Unlike htab_hash_string,
+   this is a case-insensitive hash to support "set case-sensitive off".  */
 
 unsigned int msymbol_hash (const char *);
 
This page took 0.023319 seconds and 4 git commands to generate.