X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=binutils%2Fbinemul.c;h=7c71b5b78c1a25116862696b7dee536f377e1c7d;hb=975f8708de015fb2b813edbf8b714f4777c57a41;hp=dfda82e0b309823dc54dfe73d58bc73f2b02f14f;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/binemul.c b/binutils/binemul.c index dfda82e0b3..7c71b5b78c 100644 --- a/binutils/binemul.c +++ b/binutils/binemul.c @@ -1,5 +1,5 @@ /* Binutils emulation layer. - Copyright (C) 2002-2015 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;