Fix MinGW build with source-highlight
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 57ed2c0948e464d0f17acb07add7f5384e931fed..d354c95800dbaa77b8e9f5584f0d19a6f8158d23 100644 (file)
@@ -23,7 +23,7 @@
 #include <array>
 #include <vector>
 #include <string>
-#include "gdb_vecs.h"
+#include "common/gdb_vecs.h"
 #include "gdbtypes.h"
 #include "gdb_regex.h"
 #include "common/enum-flags.h"
@@ -686,6 +686,14 @@ struct minimal_symbol
      the `next' pointer for the demangled hash table.  */
 
   struct minimal_symbol *demangled_hash_next;
+
+/* True if this symbol is of some data type.  */
+
+  bool data_p () const;
+
+  /* True if MSYMBOL is of some text type.  */
+
+  bool text_p () const;
 };
 
 #define MSYMBOL_TARGET_FLAG_1(msymbol)  (msymbol)->target_flag_1
This page took 0.031943 seconds and 4 git commands to generate.