From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29575 invoked by alias); 18 Dec 2014 15:43:55 -0000 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 Received: (qmail 29560 invoked by uid 89); 18 Dec 2014 15:43:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Dec 2014 15:43:50 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NGS00500BH5K400@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 18 Dec 2014 17:43:47 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NGS0050JBOZ6WA0@a-mtaout22.012.net.il>; Thu, 18 Dec 2014 17:43:47 +0200 (IST) Date: Thu, 18 Dec 2014 15:43:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] MIPS SDE OS ABI support In-reply-to: <87y4q5qe4c.fsf@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83egrxufo0.fsf@gnu.org> References: <1418629607-20086-1-git-send-email-yao@codesourcery.com> <87wq5ttj88.fsf@codesourcery.com> <87y4q5qe4c.fsf@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00531.txt.bz2 > From: Yao Qi > CC: > Date: Thu, 18 Dec 2014 21:30:43 +0800 > > Yao Qi writes: > > > diff --git a/gdb/NEWS b/gdb/NEWS > > index a6789bd..168e810 100644 > > --- a/gdb/NEWS > > +++ b/gdb/NEWS > > @@ -91,6 +91,10 @@ compile file [-r|-raw] filename > > ** The -list-thread-groups command outputs an exit-code field for > > inferiors that have exited. > > > > +* New targets > > + > > +MIPS SDE mips*-sde*-elf* > > + > > * Removed targets > > > > Support for these obsolete configurations has been removed. > > Hi Eli, > How about the NEWS entry? It's fine, thanks.