From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14810 invoked by alias); 20 Mar 2009 10:59:41 -0000 Received: (qmail 14800 invoked by uid 22791); 20 Mar 2009 10:59:40 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_14,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Mar 2009 10:59:31 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KGS00L00WZTKI00@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Fri, 20 Mar 2009 12:59:10 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KGS005ZUX6L8HI0@i-mtaout7.012.net.il>; Fri, 20 Mar 2009 12:59:09 +0200 (IST) Date: Fri, 20 Mar 2009 15:02:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Support new target S+core 3, a variant of S+core In-reply-to: To: don.lee@sunplusct.com Cc: brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: X-IsSubscribed: yes 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: 2009-03/txt/msg00407.txt.bz2 > Cc: brobecker@adacore.com, gdb-patches@sourceware.org > From: don.lee@sunplusct.com > Date: Fri, 20 Mar 2009 10:20:36 +0800 > > Attachment is the patch for gdb/NEWS, says we add a new target, S+core 3, > a variant of S+core. > > Thank you for your time, > Don > > ChangLog entry: > 2009-03-20 Don Lee : > > * gdb/NEWS: support new target, S+core 3 Thanks. > --- src/gdb/NEWS 2009-02-18 01:56:50.000000000 +0800 > +++ src.mod/gdb/NEWS 2009-03-20 10:15:53.000000000 +0800 > @@ -209,6 +209,7 @@ > > x86 DICOS i[34567]86-*-dicos* > x86_64 DICOS x86_64-*-dicos* > +S+core 3 score-elf Please align the "score-elf" part with the preceding lines. (I'm guessing that you are using an editor that displays a TAB as 4-column wide whitespace.) Also, I wonder if it would make sense to include with the NEWS entry a URL for where one could find a description of platforms that are not widely know/used. (DICOS could use such a URL as well, but at least I was able to find its description in a matter of seconds by googling for ``DICOS operating system''; no such luck for ``S+core 3'', whatever that is.) I realize that we have never asked for this in previous NEWS entries, but looking now at past entries, I see that they are all either sufficiently known or their names are spelled out in sufficient detail that googling for them yields instantaneous hits.