From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20874 invoked by alias); 23 Apr 2003 22:18:44 -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 20860 invoked from network); 23 Apr 2003 22:18:43 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 23 Apr 2003 22:18:43 -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 SAA24481 for ; Wed, 23 Apr 2003 18:17:11 -0400 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id SAA15271 for ; Wed, 23 Apr 2003 18:18:43 -0400 Message-ID: <004b01c309e6$4f768000$0202040a@catdog> From: "Kris Warkentin" To: References: <0b2c01c309c8$ebafebf0$0202040a@catdog> Subject: Re: [patch] i386-nto (QNX Neutrino) support Date: Wed, 23 Apr 2003 23:02: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.1106 X-SW-Source: 2003-04/txt/msg00451.txt.bz2 Please disregard this patch for now. Daniel just gave me some ideas for a way to restructure it and remove the dependancy on the debug.h header. cheers, Kris ----- Original Message ----- From: "Kris Warkentin" To: Sent: Wednesday, April 23, 2003 2:48 PM Subject: [patch] i386-nto (QNX Neutrino) support > In the interest of expediency, I removed the non-i386 things from debug.h > which I believe eliminates the portability issues. These can be re-examined > later when I'm doing the mips/powerpc ports. > > Most of this stuff has been gone over by Mark Kettenis fairly extensively (I > ran indent again Mark) and I hope that the debug.h issue was the last of > them. I've attached a diff of the config files as well as all the > individual files. I also included a tarball that can be extracted in the > gdb directory. > > Thanks > > Kris > > ChangeLog > > * configure.tgt: Add i386nto target > * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino. > * nto-tdep.c: New file. Neutrino target support routines. > * nto-tdep.h: New file. Neutrino target header. > * config/tm-qnxnto.h: New file. > * config/i386/i386nto.mt: New file. > * config/i386/tm-i386nto.h: New file. > * nto-share/debug.h: New file. Neutrino procfs interface. >