From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33419 invoked by alias); 9 Aug 2018 20:42:31 -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 33407 invoked by uid 89); 9 Aug 2018 20:42:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr1-f68.google.com Received: from mail-wr1-f68.google.com (HELO mail-wr1-f68.google.com) (209.85.221.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Aug 2018 20:42:29 +0000 Received: by mail-wr1-f68.google.com with SMTP id h15-v6so6283591wrs.7 for ; Thu, 09 Aug 2018 13:42:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=8qxucyWj2k0KzDYPJw3zJLu/yAm8ou6jyD5uDej7kac=; b=D/+2ke9kT8Tr3KiZTr5uWalwMg1/IdY+j2Tq3YL3tm91irXsntDqEMQ3amCVqIz3ji uqIbpv4/NfoFG588Qnc+Yj0NvWaAe2EeNzh1rgAlD5xdsjsnRgD/n/wgN52jZB6BTttv nE8BG+T5r8AbxjomKk/lkw3C/m6VsgL0JW8B7MDMm7xtigGxVraeYj2estHQq+qLbmbT AdQnTYM8Un99aaVO/WHJpRBllgYNP9MoqBllTGzkLr5UvMQ4kqcR8DHSk9KEb/EBI4pp ZhzGl6HOCSu7Sfysp8smqWuqlsBt+UPeL52rxf0nH1CirF3M/oV/gtKjnf92NVNy2R6X IIVQ== MIME-Version: 1.0 Received: by 2002:adf:e44b:0:0:0:0:0 with HTTP; Thu, 9 Aug 2018 13:42:26 -0700 (PDT) In-Reply-To: <87ftzn8rea.fsf@tromey.com> References: <20180809002650.15403-1-jimw@sifive.com> <87ftzn8rea.fsf@tromey.com> From: Jim Wilson Date: Thu, 09 Aug 2018 20:42:00 -0000 Message-ID: Subject: Re: [PATCH 5/5] RISC-V: Add configure support for riscv*-linux*. To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-08/txt/msg00238.txt.bz2 On Thu, Aug 9, 2018 at 8:57 AM, Tom Tromey wrote: >>>>>> "Jim" == Jim Wilson writes: > > Jim> This adds the target and native configure support, and the NEWS entries for > Jim> the new target and native configurations. > > Jim> gdb/ > Jim> * Makefile.in (ALL_TARGET_OBS): Add riscv-linux-tdep.c. > Jim> (ALLDEPFILES): Add riscv-linux-nat.c, riscv-linux-tdep.c. > Jim> * NEWS: Mention new GNU/Linux RISC-V target. > Jim> * configure.host: Add riscv*-*-linux*. > Jim> * configure.nat: Add riscv*. > Jim> * configure.tgt: Add riscv*-*-linux*. > > Thank you, this is ok. Committed. Jim