From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11428 invoked by alias); 25 Feb 2003 16:31:47 -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 11415 invoked from network); 25 Feb 2003 16:31:47 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 25 Feb 2003 16:31:47 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h1PGVke31097 for ; Tue, 25 Feb 2003 11:31:46 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1PGVkq31070; Tue, 25 Feb 2003 11:31:46 -0500 Received: from localhost.localdomain (vpn50-53.rdu.redhat.com [172.16.50.53]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1PGVkA12310; Tue, 25 Feb 2003 11:31:46 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h1PGVed10720; Tue, 25 Feb 2003 09:31:40 -0700 Date: Tue, 25 Feb 2003 16:31:00 -0000 From: Kevin Buettner Message-Id: <1030225163140.ZM10719@localhost.localdomain> In-Reply-To: "Kris Warkentin" "[Patch] add GDB_OSABI_QNXNTO" (Feb 24, 10:56am) References: <067a01c2d6c7$092d87d0$0202040a@catdog> <86lm06oaf9.fsf@elgar.kettenis.dyndns.org> <016a01c2dc1d$4f365bc0$0202040a@catdog> To: "Kris Warkentin" Subject: Re: [Patch] add GDB_OSABI_QNXNTO Cc: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00639.txt.bz2 On Feb 24, 10:56am, Kris Warkentin wrote: > Attached find a patch and changelog for gdb osabi support for QNX Neutrino. [From attachment...] > 2003-02-24 Kris Warkentin > > * defs.h (gdb_osabi): add GDB_OSABI_QNXNTO > * osabi.c (gdb_osabi_names): add "QNX Neutrino" This is approved. But, please make sure that you've fixed the punctuation and capitalization in your ChangeLog entry before committing it. Kevin