X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fbinemul.c;h=7c71b5b78c1a25116862696b7dee536f377e1c7d;hb=f809832224cc45eb58812f6d4bb03cbf52fad980;hp=894a915716ce39eaec167e93f2c7ad8346c15f99;hpb=827041555ac443bd57340060f3e034fd7b199dd8;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/binemul.c b/binutils/binemul.c index 894a915716..7c71b5b78c 100644 --- a/binutils/binemul.c +++ b/binutils/binemul.c @@ -1,5 +1,5 @@ /* Binutils emulation layer. - Copyright (C) 2002-2019 Free Software Foundation, Inc. + Copyright (C) 2002-2020 Free Software Foundation, Inc. Written by Tom Rix, Red Hat Inc. This file is part of GNU Binutils. @@ -84,7 +84,7 @@ do_ar_emul_append (bfd **after_bfd, bfd *new_bfd, if (!check (new_bfd)) return FALSE; - AR_EMUL_APPEND_PRINT_VERBOSE (verbose, new_bfd->filename); + AR_EMUL_APPEND_PRINT_VERBOSE (verbose, bfd_get_filename (new_bfd)); new_bfd->archive_next = *after_bfd; *after_bfd = new_bfd;