From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17896 invoked by alias); 7 Aug 2012 10:45:22 -0000 Received: (qmail 17886 invoked by uid 22791); 7 Aug 2012 10:45:22 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Aug 2012 10:45:10 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q77Aj9Yp008551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 7 Aug 2012 06:45:09 -0400 Received: from [10.36.4.133] (vpn1-4-133.ams2.redhat.com [10.36.4.133]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q77Aj70O018404 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Aug 2012 06:45:09 -0400 Message-ID: <5020F066.90101@redhat.com> Date: Tue, 07 Aug 2012 13:21:00 -0000 From: nick clifton User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: Tom Tromey CC: Binutils Development Subject: Re: [PATCH 5/5] fix up docs References: <87lihwnhx5.fsf@fleche.redhat.com> In-Reply-To: <87lihwnhx5.fsf@fleche.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00124.txt.bz2 Hi Tom, > This patch fixes up the BFD archive docs to describe memory management > for archive member BFDs. > > * archive.c: Update archive documentation. Approved - please apply. Cheers Nick