From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33887 invoked by alias); 25 Jul 2018 10:43:21 -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 33858 invoked by uid 89); 25 Jul 2018 10:43:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS 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:43:19 +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 1fiHGH-0006O0-64 from abid_qadeer@mentor.com ; Wed, 25 Jul 2018 03:43:17 -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:43:13 +0100 From: Hafiz Abid Qadeer To: CC: Subject: [0/2] C-SKY Port Message-ID: Date: Wed, 25 Jul 2018 10:43:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-SW-Source: 2018-07/txt/msg00686.txt.bz2 This patch series is a new GDB port for C-SKY ABI V2 processors. There is support for bare-metal ELF and Linux target. This code is being contributed jointly by C-SKY Microsystems and Mentor Graphics. C-SKY is responsible for the technical content and has proposed Jiangshuai Li as port maintainers. Mentor Graphics' role has been cleaning up the code and bug-fixing. We have test both ELF and Linux target using QEMU and test results look good. The csky bunutils and gcc ports were submitted recently. [binutils] https://sourceware.org/ml/binutils/2018-07/msg00306.html [gcc] https://gcc.gnu.org/ml/gcc-patches/2018-07/msg01289.html There are 2 patches in this series: [1] CSKY port [2] NEWS entry Regards, -- Hafiz Abid Qadeer Mentor Embedded/CodeSourcery