From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27577 invoked by alias); 9 Mar 2005 12:39:47 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 27272 invoked from network); 9 Mar 2005 12:39:36 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 9 Mar 2005 12:39:36 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j29CdZZ1004030 for ; Wed, 9 Mar 2005 07:39:35 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j29CdZn07089; Wed, 9 Mar 2005 07:39:35 -0500 Received: from [172.31.0.98] (vpnuser4.surrey.redhat.com [172.16.9.4]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j29CdUpa027860; Wed, 9 Mar 2005 12:39:32 GMT Message-ID: <422EF157.7020809@redhat.com> Date: Wed, 09 Mar 2005 12:39:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: Jakub Jelinek CC: binutils@sources.redhat.com Subject: Re: [PATCH] _bfd_ar_spacepad References: <20050307104753.GQ4777@sunsite.mff.cuni.cz> In-Reply-To: <20050307104753.GQ4777@sunsite.mff.cuni.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00267.txt.bz2 Hi Jakub, > 2005-03-07 Jakub Jelinek > > * libbfd-in.h (_bfd_ar_spacepad): New prototype. > * libbfd.h: Rebuilt. > * archive.c (_bfd_ar_spacepad): New function. > (_bfd_construct_extended_name_table, _bfd_write_archive_contents, > bsd_write_armap, _bfd_archive_bsd_update_armap_timestamp, > coff_write_armap): Use it. > (bfd_ar_hdr_from_filesystem): Likewise. Fix HP-UX large > uid/gid support. > * archive64.c (bfd_elf64_archive_write_armap): Use _bfd_ar_spacepad. Approved (with the fixes suggested by Alan) for the mainline, but lets leave it out of the 2.16 branch in case it proves to be troublesome. Cheers Nick