*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / gcore.c
index 486ea5f628eae570d52aad97274c35b4f0ac7a9c..f9a138995d47942a142c4eb41670295dc2cc7306 100644 (file)
@@ -55,6 +55,7 @@ create_gcore_bfd (char *filename)
 
   if (!obfd)
     error (_("Failed to open '%s' for output."), filename);
+  gdb_bfd_stash_filename (obfd);
   bfd_set_format (obfd, bfd_core);
   bfd_set_arch_mach (obfd, default_gcore_arch (), default_gcore_mach ());
   return obfd;
This page took 0.023566 seconds and 4 git commands to generate.