i386: Add -mbranches-within-32B-boundaries
[deliverable/binutils-gdb.git] / gdb / macrotab.h
index d1e14537bd3f4200aadfabdb600935d7edcef2d6..83a7dfad23a63e628e65577c42abaa0818895c09 100644 (file)
 #ifndef MACROTAB_H
 #define MACROTAB_H
 
-#include "common/function-view.h"
+#include "gdbsupport/function-view.h"
 
 struct obstack;
-struct bcache;
 struct compunit_symtab;
 
+namespace gdb {
+struct bcache;
+}
+
 /* How do we represent a source location?  I mean, how should we
    represent them within GDB; the user wants to use all sorts of
    ambiguous abbreviations, like "break 32" and "break foo.c:32"
@@ -170,7 +173,7 @@ struct macro_source_file
    the same source location (although 'gcc -DFOO -UFOO -DFOO=2' does
    do that in GCC 4.1.2.).  */
 struct macro_table *new_macro_table (struct obstack *obstack,
-                                     struct bcache *bcache,
+                                     gdb::bcache *bcache,
                                     struct compunit_symtab *cust);
 
 
This page took 0.025362 seconds and 4 git commands to generate.