From patchwork Mon Dec 15 08:23:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yao Qi X-Patchwork-Id: 4251 Received: (qmail 26068 invoked by alias); 15 Dec 2014 08:23:26 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 26058 invoked by uid 89); 15 Dec 2014 08:23:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 Dec 2014 08:23:24 +0000 Received: from svr-orw-fem-04.mgc.mentorg.com ([147.34.97.41]) by relay1.mentorg.com with esmtp id 1Y0Qw5-00014t-7G from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Mon, 15 Dec 2014 00:23:21 -0800 Received: from GreenOnly (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.3.181.6; Mon, 15 Dec 2014 00:23:20 -0800 From: Yao Qi To: Subject: Re: [PATCH] MIPS SDE OS ABI support References: <1418629607-20086-1-git-send-email-yao@codesourcery.com> Date: Mon, 15 Dec 2014 16:23:03 +0800 In-Reply-To: <1418629607-20086-1-git-send-email-yao@codesourcery.com> (Yao Qi's message of "Mon, 15 Dec 2014 15:46:47 +0800") Message-ID: <87wq5ttj88.fsf@codesourcery.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 X-IsSubscribed: yes Yao Qi writes: > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -11,6 +11,10 @@ > ** gdb.events.memory_changed: A memory location has been altered. > ** gdb.events.register_changed: A register has been altered. > > +* New targets > + > +MIPS SDE mips*-sde*-elf* > + > *** Changes since GDB 7.8 Ur, I add this entry in the wrong section. Move it back to the "Changes since GDB 7.8" section. 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.