From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10217 invoked by alias); 14 Jan 2015 21:32:01 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 10201 invoked by uid 89); 14 Jan 2015 21:31:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: CERNMX13.cern.ch Received: from cernmx13.cern.ch (HELO CERNMX13.cern.ch) (188.184.36.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 14 Jan 2015 21:31:56 +0000 Received: from CERNFE24.cern.ch (137.138.203.202) by cernmxgwlb4.cern.ch (188.184.36.46) with Microsoft SMTP Server (TLS) id 14.3.158.1; Wed, 14 Jan 2015 22:31:52 +0100 Received: from CERNXCHG44.cern.ch ([fe80::7c1a:3078:4b8e:5f0d]) by CERNFE24.cern.ch ([fe80::6986:e87f:d6e9:b372%10]) with mapi id 14.03.0174.001; Wed, 14 Jan 2015 22:31:52 +0100 From: Daniel Calcoen To: "gdb-patches@sourceware.org" Subject: sim/rx/gdb-if.c variable name collision Date: Wed, 14 Jan 2015 21:32:00 -0000 Message-ID: <46996EF9723066478746F941CF170BB8D7870402@CERNXCHG44.cern.ch> References: <46996EF9723066478746F941CF170BB8D78703EB@CERNXCHG44.cern.ch> In-Reply-To: <46996EF9723066478746F941CF170BB8D78703EB@CERNXCHG44.cern.ch> Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00399.txt.bz2 I built binutils (from master) for linux without problems. When I try to build the same source/target but now using x64-mingw32 I get = a name collision with a local variable name =93open=94 declared in line 64 = of/sim/rx/gdb-if.c, used in lines 64,82 and 101. Could this variable be renamed? And commited? Once renamed the compilation went fine. I'm not aware of the naming conventions used by gdb people this is why I di= dn't propose a patch. Daniel