From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26237 invoked by alias); 18 Dec 2013 17:52:42 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 26219 invoked by uid 89); 18 Dec 2013 17:52:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Dec 2013 17:52:41 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBIHqYSS032528 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 18 Dec 2013 12:52:34 -0500 Received: from [10.36.7.138] (vpn1-7-138.ams2.redhat.com [10.36.7.138]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rBIHqV0H029347 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 18 Dec 2013 12:52:32 -0500 Message-ID: <52B1E03E.9010002@redhat.com> Date: Wed, 18 Dec 2013 17:52:00 -0000 From: nick clifton User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21 MIME-Version: 1.0 To: Pierre Muller , "'Pedro Alves'" , "'asmwarrior'" CC: "'GDB Development'" , "'Binutils Development'" Subject: Re: [RFC] BFD MinGW/Cygwin build error in bfd/peiXXgen.c References: <52B17083.7040404@gmail.com> <52B1738D.4010409@redhat.com> <002101cefbf1$7554b9a0$5ffe2ce0$@muller@ics-cnrs.unistra.fr> In-Reply-To: <002101cefbf1$7554b9a0$5ffe2ce0$@muller@ics-cnrs.unistra.fr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00053.txt.bz2 Hi Pierre, > bfd/ChangeLog entry: > > 2013-12-18 Pierre Muller > > peXXigen.c (u16_mbtouc): Avoid unused function warning by exculding if > __CYGWIN__ or __MINGW32__ macro is defined. > (rsrc_cmp): Fix short Windows OS version. Also use this code > for mingw32 systems. > [__MINGW32__]: Alias wcsncasecmp function to Windows API wcsnicmp function. Approved - please apply. Cheers Nick