From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87096 invoked by alias); 25 Jul 2018 10:55:40 -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 86976 invoked by uid 89); 25 Jul 2018 10:55:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= 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; Wed, 25 Jul 2018 10:55:38 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-MBX-03.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1fiHSC-0000oH-Gm from abid_qadeer@mentor.com ; Wed, 25 Jul 2018 03:55:36 -0700 Received: from [137.202.204.206] (137.202.0.87) by SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Wed, 25 Jul 2018 11:55:32 +0100 Subject: [2/2] C-SKY Port From: Hafiz Abid Qadeer To: CC: References: Message-ID: <7ba8d952-f01e-59e0-18a7-8faa30768ab2@mentor.com> Date: Wed, 25 Jul 2018 10:55:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-SW-Source: 2018-07/txt/msg00688.txt.bz2 Mention csky target in the NEWS. 2018-07-25 Hafiz Abid Qadeer * NEWS: Mention csky target. --- gdb/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index 76b963e2bc..252e57ce88 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -34,6 +34,11 @@ thread apply [all | COUNT | -COUNT] [FLAG]... COMMAND FLAG arguments allow to control what output to produce and how to handle errors raised when applying COMMAND to a thread. +* New targets + +CSKY ELF csky*-*-elf +CSKY GNU/LINUX csky*-*-linux + *** Changes in GDB 8.2 * The 'set disassembler-options' command now supports specifying options -- 2.11.0