From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30582 invoked by alias); 3 Dec 2004 17:23:42 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30540 invoked from network); 3 Dec 2004 17:23:38 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sourceware.org with SMTP; 3 Dec 2004 17:23:38 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id MAA18393; Fri, 3 Dec 2004 12:45:08 -0500 Received: from [10.12.1.181] (dhcpa181 [10.12.1.181]) by smtp.ott.qnx.com (8.8.8/8.6.12) with ESMTP id MAA20645; Fri, 3 Dec 2004 12:23:36 -0500 Message-ID: <41B0A1B4.4070403@qnx.com> Date: Fri, 03 Dec 2004 17:23:00 -0000 From: Kris Warkentin User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: Mark Kettenis CC: gdb-patches@sources.redhat.com Subject: Re: Ping: [patch] general updates and improvements to QNX NTO support References: <419E5B3C.3020209@qnx.com> <41A794A8.9090008@qnx.com> <41B0905D.7070408@qnx.com> <200412031617.iB3GHFN3020509@elgar.sibelius.xs4all.nl> <41B0988D.3030005@qnx.com> In-Reply-To: <41B0988D.3030005@qnx.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00066.txt.bz2 Kris Warkentin wrote: > I am defining current_nto_target in nto-tdep.h as being extern but I > don't declare it there. Is having a global verboten? I has assumed > it was okay since we have many precedents like inferior_ptid and > current_target and such. Oops...I mean I declare it in nto-tdep.h. It's defined elsewhere. Always get those two mixed up. cheers, Kris