]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/arsup.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / binutils / arsup.c
index acd093908aafd6351115593433a19ed8c20b16f7..75549bba1189d24053fbaa783fb2e588e858ecae 100644 (file)
@@ -1,5 +1,5 @@
 /* arsup.c - Archive support for MRI compatibility
-   Copyright (C) 1992-2017 Free Software Foundation, Inc.
+   Copyright (C) 1992-2019 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -96,7 +96,7 @@ map_over_list (bfd *arch, void (*function) (bfd *, bfd *), struct list *list)
 static void
 ar_directory_doer (bfd *abfd, bfd *ignore ATTRIBUTE_UNUSED)
 {
-  print_arelt_descr(outfile, abfd, verbose);
+  print_arelt_descr(outfile, abfd, verbose, FALSE);
 }
 
 void