From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10239 invoked by alias); 19 Jan 2008 14:14:27 -0000 Received: (qmail 10229 invoked by uid 22791); 19 Jan 2008 14:14:27 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 19 Jan 2008 14:14:09 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1) with ESMTP id m0JEE5OT001067; Sat, 19 Jan 2008 15:14:05 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id m0JEE4PA013641; Sat, 19 Jan 2008 15:14:04 +0100 (CET) Date: Sat, 19 Jan 2008 14:14:00 -0000 Message-Id: <200801191414.m0JEE4PA013641@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: nick.hudson@dsl.pipex.com CC: gdb-patches@sourceware.org In-reply-to: <200801191128.13073.nick.hudson@dsl.pipex.com> (message from Nick Hudson on Sat, 19 Jan 2008 11:28:13 +0000) Subject: Re: [RFA] Add target and host for NetBSD/hppa References: <200801191128.13073.nick.hudson@dsl.pipex.com> 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 X-SW-Source: 2008-01/txt/msg00491.txt.bz2 > From: Nick Hudson > Date: Sat, 19 Jan 2008 11:28:13 +0000 > Index: gdb/NEWS > =================================================================== > RCS file: /cvs/src/src/gdb/NEWS,v > retrieving revision 1.251 > diff -u -p -u -r1.251 NEWS > --- gdb/NEWS 5 Jan 2008 21:50:43 -0000 1.251 > +++ gdb/NEWS 19 Jan 2008 11:24:10 -0000 > @@ -186,6 +186,7 @@ info spu > * New native configurations > > OpenBSD/sh sh*-*openbsd* > +NetBSD/hppa hppa*-*netbsd* > > set tdesc filename > unset tdesc filename > @@ -198,6 +199,7 @@ show tdesc filename > OpenBSD/sh sh*-*-openbsd* > MIPS64 GNU/Linux (gdbserver) mips64-linux-gnu > Toshiba Media Processor mep-elf > +NetBSD/hppa hppa*-*-netbsd* > > * New remote packets You should add these to the "*** Changes since GDB 6.7" section instead of the "*** Changes in GDB 6.7" section. GDB 6.7 has already been out of the door for a while. Otherwise, this is fine.