From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by sourceware.org (Postfix) with ESMTPS id B70963858D35 for ; Tue, 28 Sep 2021 22:02:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B70963858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=sifive.com Received: by mail-lf1-x132.google.com with SMTP id y26so2024327lfa.11 for ; Tue, 28 Sep 2021 15:02:40 -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=UrMULtsGo0sufeWV9u26S7ARpcJ7rwuqaMmrqniOjuI=; b=W0jOPL/okuvCRGZOvvLz14kiYDdcWclzNn4V6Julbps5wnnBx6qHUXTtIh2ilD7Hgf aa8L9YxkF2/RSYUr8l539OIBwUYCRXVKaJ5o/3jqxZKEgKNuqD10L5YfFRGx5XwL/RHq o3WmPnaFVTLQ5vlN3WC+CHsG8YnKSG9COPUPYnIYXW+SrPQGJmMSyb2zZo/o/UnzYlCF w2zmDWIzDnIVQF6OdrDYj0r3a/cL1Oi749g76FYDz6wILlUhaDfCEIVMwCl0XdB0yH0d zndOuuHHwH0mpk+3q6jI+fLv+3ll+tpp1xI7Uh0gdCyimLtJYhV4dYZsCeZvITfx7B85 2rxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UrMULtsGo0sufeWV9u26S7ARpcJ7rwuqaMmrqniOjuI=; b=6p0xdHlHn96yfEFF2D5aeAh7qhrLL1zzRWiZO3ecP3MLHbMzhMbDU2KGa6iO/1tbIS P8DXo7HCZ/QkLn0yT8VsiGYz/4u5CFgeDS2KZzCtyples7EfjUBOEx+pQv4AP8MbpWlt iznhSKYpFxD88bpkWHeVkb+E/+AJpnDSfsEvU81dkAlO13ti4UCYuJoWIyZnXIkfvZMi 3nS9Dz+DXHCtxctfL6Ho12AKWfWO+Z/us1cuofbEEnWZJHe119MPxNeYJeWuMooRYcI4 /p89HUkaNFrkyD6asvDhE4j0YbzS8y05voGA08uKcy/TxBY6JZ+Df3WV0CwdHLnWtGIp MinQ== X-Gm-Message-State: AOAM531o1M6dCPbTWykKVhSsSSb8aJ1MZcAMSQLg9beMdMy7NT0EG48u eXSSlgvdxbGVb39Srq09QAZf5eE4zrG85pu2fj8wSogZj6s= X-Google-Smtp-Source: ABdhPJxYhPPGy9xpu3hkb5SF0cnSEim+Yse8bteeV72xudQXlFO5mmzcLjEcxV7gWme/6kKJRvvb6l7fr3g+/Q9+N7Y= X-Received: by 2002:a05:6512:32c8:: with SMTP id f8mr7978975lfg.683.1632866559664; Tue, 28 Sep 2021 15:02:39 -0700 (PDT) MIME-Version: 1.0 References: <20210923075731.50125-1-kito.cheng@sifive.com> In-Reply-To: From: Jim Wilson Date: Tue, 28 Sep 2021 15:02:28 -0700 Message-ID: Subject: Re: [RFC PATCH 0/8] RISC-V: Bit-manipulation extension. To: Christoph Muellner Cc: Kito Cheng , GCC Patches , Kito Cheng , jiawei , Palmer Dabbelt , Andrew Waterman X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 22:02:42 -0000 On Mon, Sep 27, 2021 at 4:20 AM Christoph Muellner < cmuellner@ventanamicro.com> wrote: > In case somebody wants to test this patchset, a patchset for Binutils > is required as well. > AFAIK here would be the Binutils branch with the required changes: > > https://github.com/riscv-collab/riscv-binutils-gdb/tree/riscv-binutils-experiment This branch only has the zba/zbb/zbc support that is already upstream. There is nothing useful here. Jim