New flag OBJF_NOT_FILENAME
[deliverable/binutils-gdb.git] / gdb / jv-lang.c
index 0d07bbd2913707678a437b7cf1e97a660297e60e..63bcc98fcd6663141114eb0be52935a0b4f22e85 100644 (file)
@@ -118,7 +118,8 @@ get_dynamics_objfile (struct gdbarch *gdbarch)
 
       /* Mark it as shared so that it is cleared when the inferior is
         re-run.  */
-      dynamics_objfile = allocate_objfile (NULL, NULL, OBJF_SHARED);
+      dynamics_objfile = allocate_objfile (NULL, NULL,
+                                          OBJF_SHARED | OBJF_NOT_FILENAME);
       dynamics_objfile->per_bfd->gdbarch = gdbarch;
 
       data = XCNEW (struct jv_per_objfile_data);
This page took 0.024029 seconds and 4 git commands to generate.