Fix prologue analysis for moxie.
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index c90511224c822cd9935ee9f5b5009d5502f31c7b..60d3143eb978a670997079d8f7e984fbcdeda46c 100644 (file)
@@ -414,6 +414,12 @@ struct objfile
 
 #define OBJF_USERLOADED        (1 << 3)        /* User loaded */
 
+/* The bfd of this objfile is used outside of the objfile (e.g. by solib).
+   Do not try to free it.  */
+
+#define OBJF_KEEPBFD   (1 << 4)        /* Do not delete bfd */
+
+
 /* The object file that the main symbol table was loaded from (e.g. the
    argument to the "symbol-file" or "file" command).  */
 
This page took 0.023814 seconds and 4 git commands to generate.