From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x143.google.com (mail-il1-x143.google.com [IPv6:2607:f8b0:4864:20::143]) by sourceware.org (Postfix) with ESMTPS id 4DE2E385AC19 for ; Thu, 21 May 2020 09:11:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4DE2E385AC19 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nelson.chu@sifive.com Received: by mail-il1-x143.google.com with SMTP id 4so6386500ilg.1 for ; Thu, 21 May 2020 02:11:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=n875FtGU4YS5/fkV4jRwhIfdMjJCC67QSeV8SrcZ8Oo=; b=k0g8zXc/NKkAX0j06mnf3XRNlkyk7pZgEt93gQq5ZfaCth+lCg9V8kh7Gp1tSXrpky rhVcQw2iGN8jmjiEyHn1I/OXoehQWzkQBa1T1rw4Zm5de+FPSWqOjT4jXcd6OAJF+5sV orrTasz/8+KCjBRIPbTOiLBoU0KbI77/DormleBhRf1ExzuDHFMIcgxjE2lf7/3L27hb oTxdROFPWkk8vTSoNPi6XNlS5ZQEuv180m+ysqPC8y/D+EBm9/99urM+44MkYqhSrspx aQTUPwhdo/uqp51xtQPjnhRhLTkHW9zXeMvm6W6L+ld8OzqIpWCabJGXF7E1sr5BFwwg B7tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=n875FtGU4YS5/fkV4jRwhIfdMjJCC67QSeV8SrcZ8Oo=; b=OzJ86TlYY4kFrTVhc6E29zKnNA41YSfP3LJvATmi4TgBQ2RDs76ifxlj9qetLs+NRu y5rfPANZ9BIgHVSv1W1FdgLMwolMnt67VnjOifbjNGrCTgabKxIsyZzCUGt1wJ7boE6d UFQTdmKLUwyioHkcnLogeErMfQPwZwukHAEZuUuPX+K1KSuR5UKnpt0crMbyGECNXK/+ XnrLaIP1Ucg+bHGLr5eo6FCf30i2laPI83BXJHa9ir+xtr0UVv6aZDpsN9M8KgD6l4kW zim2DEY9zMY31W+zJMND2o+DMvxjF/KOcrM7Ntubu1BLlyDK+bKw1rLfx+S7wbex+C7e 1kDA== X-Gm-Message-State: AOAM531gzS1D1GQEgYY3o2lLYA7bniHPepuvYJBIK1hvmBekQaQ39U8C 3peRLtUe6q2p3d06MuQgLQSdPXfQz2aLcr/m+g97YQ== X-Google-Smtp-Source: ABdhPJyGW6CcEhhJqA9IMa7Aj+pYENprdSCngjFnyjXZzlQ983hvjb6UFyWrEDvWLZ2wE92ig7F4RYmG4bEUmhVYjkY= X-Received: by 2002:a92:5e52:: with SMTP id s79mr7024994ilb.33.1590052310868; Thu, 21 May 2020 02:11:50 -0700 (PDT) MIME-Version: 1.0 References: <1588733747-18787-1-git-send-email-nelson.chu@sifive.com> <08e32e0b-af89-ed39-242b-9dcb4bf939f4@redhat.com> In-Reply-To: From: Nelson Chu Date: Thu, 21 May 2020 17:11:39 +0800 Message-ID: Subject: Re: [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions and CSR To: Nick Clifton Cc: Binutils , gdb-patches@sourceware.org, Alex Bradbury , Kito Cheng Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2020 09:11:52 -0000 Hi Nick, On Thu, May 21, 2020 at 3:29 PM Nick Clifton wrote: > Oh - that reminds me - I have not applied the GDB portion of the patch series. > You will need to get approval from the GDB maintainers for that. Thanks for reminding me of this :) I extend the DECLARE_CSR macro which is used both for binutils and gdb. I just let gdb be built successfully, and make sure the binutils' changes won't affect the current gdb. Fortunately, the related changes about gdb are approved by Andrew Burgess in the previous mail [1]. And the gdb changes are already upstreamed with the binutils' one together. Thanks for everything, Nick :) Nelson [1] https://sourceware.org/pipermail/binutils/2020-April/110826.html