From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22238 invoked by alias); 6 May 2003 16:52:22 -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 22231 invoked from network); 6 May 2003 16:52:22 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 6 May 2003 16:52:22 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3p2/8.9.3) with ESMTP id MAA20684 for ; Tue, 6 May 2003 12:49:39 -0400 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id MAA05542 for ; Tue, 6 May 2003 12:52:21 -0400 Message-ID: <0a5301c313ef$e11950b0$0202040a@catdog> From: "Kris Warkentin" To: "Gdb-Patches@Sources.Redhat.Com" References: <036c01c30ff8$1c97c3c0$0202040a@catdog> <86znm3uk71.fsf@elgar.kettenis.dyndns.org> <04b201c3130e$621689e0$0202040a@catdog> <3EB73430.6030609@redhat.com> <07d101c313cb$29822630$0202040a@catdog> <3EB7E261.4030601@redhat.com> Subject: Re: [PATCH] (dagnabbit) QNX Neutrino i386 support Date: Tue, 06 May 2003 16:52:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-05/txt/msg00080.txt.bz2 > > This should do it. BTW, when the ARI says that I'm using something which is > > deprecated, is there any way to find out exactly what it found? > > At the bottom of the page are links to both the raw input and the > scripts. Without looking at the code, it is most likely read_register > and/or write_register. > > > ChangeLog: > > * nto-tdep.c: Change stat.h include to gdb_stat.h. > > * nto-tdep.h: Remove PARAMS and grep ^func ARI hits. > > (I assume this is in) Thanks Andrew. The raw input was helpful. I fixed a few more things (like not having "void" in an empty function declaration) as well as a deprecated call to add_show_from_set(). I'll check it in as obvious. cheers, Kris