X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2Farsup.c;h=9ddc55d64a32d86f62da046dbae61a7ab248549a;hb=30d5032895e63800c5088101fb662b6b293e224a;hp=49961b0ef1167336f5c475891d13dd55b4fe1de5;hpb=32866df75ece22ec1fd88e99e3c5effe9238e072;p=binutils-gdb.git diff --git a/binutils/arsup.c b/binutils/arsup.c index 49961b0ef11..9ddc55d64a3 100644 --- a/binutils/arsup.c +++ b/binutils/arsup.c @@ -1,6 +1,6 @@ /* arsup.c - Archive support for MRI compatibility Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, - 2004, 2007 Free Software Foundation, Inc. + 2004, 2005, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -207,6 +207,7 @@ ar_open (char *name, int t) bfd_set_format (obfd, bfd_archive); obfd->has_armap = 1; + obfd->is_thin_archive = 0; } }