PR ld/16021
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index 8586e5a12bfc3a8ab7a5a59864e4d73de09f5f22..08771d0925678564da20ccd03b63f0c0d8413c87 100644 (file)
@@ -429,6 +429,11 @@ struct objfile
 
 #define OBJF_MAINLINE (1 << 5)
 
+/* ORIGINAL_NAME and OBFD->FILENAME correspond to text description unrelated to
+   filesystem names.  It can be for example "<image in memory>".  */
+
+#define OBJF_NOT_FILENAME (1 << 6)
+
 /* Declarations for functions defined in objfiles.c */
 
 extern struct objfile *allocate_objfile (bfd *, const char *name, int);
This page took 0.023626 seconds and 4 git commands to generate.