From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28868 invoked by alias); 23 Jun 2006 11:21:50 -0000 Received: (qmail 28857 invoked by uid 22791); 23 Jun 2006 11:21:49 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Jun 2006 11:21:45 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k5NBLKlw018803; Fri, 23 Jun 2006 07:21:20 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k5NBLIhI020395; Fri, 23 Jun 2006 07:21:19 -0400 Received: from [10.32.68.7] (vpn-68-7.surrey.redhat.com [10.32.68.7]) by pobox.surrey.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k5NBLBB9024162; Fri, 23 Jun 2006 12:21:13 +0100 Message-ID: <449BCE9F.2040704@redhat.com> Date: Fri, 23 Jun 2006 12:16:00 -0000 From: Nick Clifton User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: Pedro Alves CC: Dave Korn , "'Christopher Faylor'" , binutils@sourceware.org Subject: Re: environ is autofiltered from dll export list? References: <052601c67f54$bb352300$a501a8c0@CAM.ARTIMI.COM> <4475CB05.50804@portugalmail.pt> In-Reply-To: <4475CB05.50804@portugalmail.pt> 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-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00350.txt.bz2 Hi Pedro, > 2006-04-14 Pedro Alves > > * pe-dll.c (pe_details_type): Add new pointer for symbols list > autofilter. > (autofilter_symbollist): Split into autofilter_symbollist_generic > and autofilter_symbollist_i386. > (pe_detail_list): Add autofilter_symbollist_i386 to i386 case and > autofilter_symbollist_generic for all the others. > (autofilter_symbolprefixlist): Moved _fmode, _impure_ptr, > cygwin_attach_dll, > cygwin_premain0, cygwin_premain1, cygwin_premain2, cygwin_premain3, > environ, > into autofilter_symbollist_i386. > (auto_export): Get autofilter_symbollist from pe_details. Approved and applied. I am sorry it took me so long to get rounding to reviewing and applying this patch. Cheers Nick