Store objfiles on a std::list
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index 979df0266cf08c61bd1a2984707562dcfc331667..91a73dd10db94bcbc46d36f544619ed235d0a432 100644 (file)
@@ -4778,7 +4778,7 @@ find_name_end (const char *name)
 int
 hashname (const char *name)
 {
-  return hash (name, strlen (name)) % HASHSIZE;
+  return fast_hash (name, strlen (name)) % HASHSIZE;
 }
 
 /* Initializer for this module.  */
This page took 0.024039 seconds and 4 git commands to generate.