Detect the absence of a symbol hash table.
[deliverable/binutils-gdb.git] / gdb / bcache.h
index 1e6d25a547a32de86a738efce3b16d55d6f9d911..cf0c62eeda1a7ab24e5f29390e29298eea4e4104 100644 (file)
@@ -47,7 +47,7 @@ struct hashlink {
    a hashlink struct to hold the next pointer and the data. */
 
 #define BCACHE_DATA_ALIGNMENT \
-       (((char *) &BCACHE_DATA((struct hashlink*) 0) - (char *) 0))
+       (((char *) BCACHE_DATA((struct hashlink*) 0) - (char *) 0))
 
 struct bcache {
   struct obstack cache;
@@ -62,4 +62,11 @@ struct bcache {
 extern void *
 bcache PARAMS ((void *bytes, int count, struct bcache *bcachep));
 
+#if MAINTENANCE_CMDS
+
+extern void
+print_bcache_statistics PARAMS ((struct bcache *, char *));
+
+#endif /* MAINTENANCE_CMDS */
+
 #endif /* BCACHE_H */
This page took 0.024101 seconds and 4 git commands to generate.