Use bfd_get_filename throughout bfd
[deliverable/binutils-gdb.git] / bfd / ecofflink.c
index ba2bbbc868a78e095025725cc297e9c4df662d6d..dde5593636acd91acc0afb0590160dd282858296 100644 (file)
@@ -1112,7 +1112,7 @@ bfd_ecoff_debug_accumulate_other (void * handle,
   fdr.issBase = output_symhdr->issMax;
   fdr.cbSs = 0;
   fdr.rss = ecoff_add_string (ainfo, info, output_debug, &fdr,
-                             input_bfd->filename);
+                             bfd_get_filename (input_bfd));
   if (fdr.rss == -1)
     return FALSE;
   fdr.isymBase = output_symhdr->isymMax;
This page took 0.025289 seconds and 4 git commands to generate.