PR ld/12365
[deliverable/binutils-gdb.git] / bfd / opncls.c
index 3597daee01f73abeb803529cb51757fc01fc6f43..40432000c0abc3cb3984cbc022206efd9f7ab236 100644 (file)
@@ -875,7 +875,7 @@ bfd_make_readable (bfd *abfd)
   abfd->section_count = 0;
   abfd->usrdata = NULL;
   abfd->cacheable = FALSE;
-  abfd->flags = BFD_IN_MEMORY;
+  abfd->flags |= BFD_IN_MEMORY;
   abfd->mtime_set = FALSE;
 
   abfd->target_defaulted = TRUE;
This page took 0.023562 seconds and 4 git commands to generate.