X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fecoff.c;h=1b0d4233e76be17583ddb8ba383c6406a6b86624;hb=765cf5f623dbc2de8c8791bce9a29fcc3492436c;hp=82267a889df6ee880cbf0231e90609074abaeab3;hpb=0e1d094e96739f71f5041731a1769021421a71ca;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/ecoff.c b/bfd/ecoff.c index 82267a889d..1b0d4233e7 100644 --- a/bfd/ecoff.c +++ b/bfd/ecoff.c @@ -3106,7 +3106,7 @@ _bfd_ecoff_write_armap (bfd *abfd, complain that the index is out of date. Actually, the Ultrix linker just checks the archive name; the GNU linker may check the date. */ - stat (abfd->filename, &statbuf); + stat (bfd_get_filename (abfd), &statbuf); _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", (long) (statbuf.st_mtime + 60));