Make symtab.c better styled.
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 72c91643e44331b53576e8b94be00ae2dde9c9b1..d354c95800dbaa77b8e9f5584f0d19a6f8158d23 100644 (file)
@@ -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.026268 seconds and 4 git commands to generate.