daily update
[deliverable/binutils-gdb.git] / bfd / elfcode.h
index 07ad3c92e51c2283326840b9255467a81113c590..cd06455664d1613933a4fab386518ab40422061d 100644 (file)
@@ -1841,6 +1841,8 @@ NAME(_bfd_elf,bfd_from_remote_memory)
   bim->buffer = contents;
   nbfd->iostream = bim;
   nbfd->flags = BFD_IN_MEMORY;
+  nbfd->iovec = &_bfd_memory_iovec;
+  nbfd->origin = 0;
   nbfd->direction = read_direction;
   nbfd->mtime = time (NULL);
   nbfd->mtime_set = TRUE;
This page took 0.023002 seconds and 4 git commands to generate.