From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62423 invoked by alias); 26 Aug 2018 09:29:04 -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 62414 invoked by uid 89); 26 Aug 2018 09:29:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=Makefile.in, makefile.in, UD:Makefile.in, makefilein X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 26 Aug 2018 09:29:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C48AE117237; Sun, 26 Aug 2018 05:28:59 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2nbJTJgrjaIE; Sun, 26 Aug 2018 05:28:59 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8A6C7117231; Sun, 26 Aug 2018 05:28:59 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 6DCEC86A7C; Sun, 26 Aug 2018 11:28:57 +0200 (CEST) Date: Sun, 26 Aug 2018 09:29:00 -0000 From: Joel Brobecker To: Hafiz Abid Qadeer Cc: Tom Tromey , gdb-patches@sourceware.org, jiangshuai_li@c-sky.com, yunhai_shang@c-sky.com Subject: Re: [1/2] C-SKY Port Message-ID: <20180826092857.GA6698@adacore.com> References: <87tvok65mf.fsf@tromey.com> <12ad95ff-3ce8-89ed-5a54-e10cf6e06ee7@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12ad95ff-3ce8-89ed-5a54-e10cf6e06ee7@mentor.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-08/txt/msg00621.txt.bz2 > 2018-07-27 Jiangshuai Li > Hafiz Abid Qadeer > Don Breazeal > > * csky-linux-tdep.c: New file. > * csky-tdep.c: Likewise. > * csky-tdep.h: Likewise. > * Makefile.in (ALL_TARGET_OBS): Add csky-linux-tdep.o and > csky-tdep.o. > (HFILES_NO_SRCDIR): Add csky-tdep.h. > (ALLDEPFILES): Add csky-linux-tdep.c and csky-tdep.c > * configure.tgt: Add csky support. This new version looks fine to me. Please feel free to push to master. As for gdb-8.2-branch, this would be fine by me, on the basis that this cannot affect the other already-supported targets. -- Joel