From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x229.google.com (mail-oi1-x229.google.com [IPv6:2607:f8b0:4864:20::229]) by sourceware.org (Postfix) with ESMTPS id BD3153858D32 for ; Mon, 3 Oct 2022 01:36:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BD3153858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rivosinc.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=rivosinc.com Received: by mail-oi1-x229.google.com with SMTP id v130so10101373oie.2 for ; Sun, 02 Oct 2022 18:36:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20210112.gappssmtp.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=//ZWeAQ8DggGIQK6ng1UlU2qZAOZpf3ZM82TJexBCak=; b=CczV7R6K8y3nIPF7fus5r85hwyKhSCE6wxprzwSasjIEQHQpfZG7Hau/NT+BTYNa/D jVBH2qBjBqw728q5umAahO6FvSFZ5HJg8iw9u+MLWifMICCoqPbs5DBaWfgsR+RcA+yI QFeNW0uywEoWp66o3lJzDSqnb9aEakKVSvnLqsO6Nclk+MDQzFIpolNVzbdX0QFuMG8m xbUs1pO4UITeCHrD55hzQysY/49aHpH5nLKsqPLJgRtou1hz7JZmz0fP7EMjUzVTdu9z a7H6yJL+8kFJYt7Luxy3pkL1Uef8gBBqp9cyE/TZQk2slfKdQXW3pH5GweVKQf39KH4y coxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=//ZWeAQ8DggGIQK6ng1UlU2qZAOZpf3ZM82TJexBCak=; b=qMGVe7jk4a7Ejy7KSLIqCh6E/w+8L72TZlft2jVERlPsVjrvpCtpU2Ts/lCoGmvaHe V2tpW668+PfDTuBWm+5Gj/zFha2UTMUTf/liMvoivCiZ30Dvh4RB2TnWJ2Jw5qC8CfnM 6LjrGKZN8Ya6vQ/zXhyMOgy7xjJ9EvDg1Kz6kkdbRksVU2mEFo41Lnzk2exfZqU7M5Jh fPSFWDVo9ZCftisjS/0P4vOdihYqm8XpEiKpQbbnxduJ7AyoGWP+FhtPnZThhJhkcjGL mVAEHUf4O/KH0LcRaeumPfGSqSKxIvON4E31O2J5cCxqjD/IlW5hjE5EhNgu9f+6LgbH axmw== X-Gm-Message-State: ACrzQf1ljJfe+xQw0NfLdnMNlh60A6p9zUuDWfxe4BOXyzWAAwy8rRkx OCejqxxWWb1tn+7NKolZh6QLs5O4tgBtswwWXtM6t6IFRkjJww== X-Google-Smtp-Source: AMsMyM6VvJgR+08mLNj11oWbAEhxqFY3yNGiiLr5VXQIxlMB3RLGsL9FLtFDTX2P5GHRGngs7TbOopb6Cml4cw7VE6Y= X-Received: by 2002:a05:6808:bca:b0:350:b22b:1283 with SMTP id o10-20020a0568080bca00b00350b22b1283mr3289637oik.82.1664760993847; Sun, 02 Oct 2022 18:36:33 -0700 (PDT) MIME-Version: 1.0 References: <874jwni91f.fsf@redhat.com> <7cea93e7-f75b-2d5a-d63b-73288d4b3e5e@gmail.com> In-Reply-To: <7cea93e7-f75b-2d5a-d63b-73288d4b3e5e@gmail.com> From: Nelson Chu Date: Mon, 3 Oct 2022 09:36:21 +0800 Message-ID: Subject: Re: [PATCH v3 0/2] RISC-V psABI: Assign DWARF register numbers to vector registers To: Jeff Law Cc: binutils@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sun, Oct 2, 2022 at 11:59 PM Jeff Law via Binutils wrote: > > On 10/1/22 14:27, Andrew Burgess via Binutils wrote: > > I can't approve binutils patches, but as this mentioned RISC-V and > > DWARF, both of which I'm interested in, I took a look :) > > > > Both these patches look good to me. The register numbers align with the > > spec, and the test makes sense. > > Well, that's the key property -- they align with the spec. > > > I'm also not sure if I can approve for binutils, but if I can, OK for > the trunk ;-) Thanks for your help, Andrew and Jeff! Hi Jeff, Of course! You are a global maintainer of both gcc and binutils. Welcome and please feel free to approve any RISC-V binutils patch if you are free and the patch looks good to you :-) Thanks! Nelson