From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52d.google.com (mail-ed1-x52d.google.com [IPv6:2a00:1450:4864:20::52d]) by sourceware.org (Postfix) with ESMTPS id 5C5A53858D33 for ; Tue, 25 Apr 2023 10:15:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5C5A53858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=vrull.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=vrull.eu Received: by mail-ed1-x52d.google.com with SMTP id 4fb4d7f45d1cf-506b8c6bc07so9383443a12.2 for ; Tue, 25 Apr 2023 03:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vrull.eu; s=google; t=1682417714; x=1685009714; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=YSJ3RDRpCvM5ZVUjwe1lqjSGzjnTSleL8TPDWqL5hXA=; b=rPxNJYqFk15Y+tU9ibAgo8ZJkOlhe/5ThcMdaaQI2I/HFCI78VrrADkX6lTb8S7gsG 69FUeMAvWFhZQ5t+tjjEc9bi+bQxW9ZlQvpfmKG1Zz11Djo+agMNqnyxWLsDSIWE+ceq Ukp8CvwSnncjqu3p6LG0PhRyaBOF1wy9xmjkFiBV4sPqGP64vTr22WHfqP2G8EhauV3e nuc7ui7bw0OFEK6kQeaoOwuFGkL/XvYmFmdEkCaM6yOnfjTUwNKUhjD6jntXKJ9jTBFH hp0yUTR/BIxvjyo56rli11aXtvxfIU1ggmvEH/vzztkeTbr6+TbAhHUREhW/Pyr643hZ dYsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682417714; x=1685009714; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=YSJ3RDRpCvM5ZVUjwe1lqjSGzjnTSleL8TPDWqL5hXA=; b=XAf9YQMcBmzgs8L+9NlCib/3WCjwSEej++Rvhdr8DGs3Y6SJ8B3AwtNa4CfaYYM4IP LwhohpmIc26mwRPXWa4G054kZ0CdBuoqhzVLeWiNQ5KiIEsGNTMCDMnJm5cuan7UNGNR 29Ehoo3IQ27XOj7fZ12OEYt7GTSmkSDXZ5qyvqwh6lmq6Hq+7fa9WW9QbOATrwVuF002 nwpvcJLZ3ax0Sv0aNECSzXQewENq2cd/Gnlm85Cgdcs1KTmc+zJiyo1IhBQIOGt1Uf5O vSF/Ra6KNIeyv0qXPdugNYo4RUcOwjeKVC07knCRdNeliz7S06nApATF33OF2aIieGAk kljQ== X-Gm-Message-State: AAQBX9dM2+9l5iU0DtAgZe22mTCvIbFoej2LLTQfkrmnyAvbpkJnE33/ NVylTPW35vDTYL2FSG4MtquC2OkHPAx7W/Zj5Dm80Q== X-Google-Smtp-Source: AKy350YNWO04Ad2PX8AfHLFr6kd4PY0tYEnK/S8LL/8cBKCVJNBKhsrl5iFyGMTH96Qd4URCURNeq7W4vK6L2Aa+Bdg= X-Received: by 2002:aa7:c648:0:b0:4fd:2b0e:ce87 with SMTP id z8-20020aa7c648000000b004fd2b0ece87mr13727655edr.24.1682417713951; Tue, 25 Apr 2023 03:15:13 -0700 (PDT) MIME-Version: 1.0 References: <20230210224150.2801962-1-philipp.tomsich@vrull.eu> <20230210224150.2801962-10-philipp.tomsich@vrull.eu> <46e082a5-7fd9-7a38-9528-2f7603222c6d@gmail.com> In-Reply-To: From: Philipp Tomsich Date: Tue, 25 Apr 2023 12:15:02 +0200 Message-ID: Subject: Re: [RFC PATCH v1 09/10] RISC-V: Recognize xventanacondops extension To: Kito Cheng Cc: Jeff Law , gcc-patches@gcc.gnu.org, Christoph Muellner , Palmer Dabbelt , Andrew Waterman , Vineet Gupta Content-Type: multipart/alternative; boundary="000000000000344a2f05fa2666e1" X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --000000000000344a2f05fa2666e1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable The binutils support is lingering on-list since Jan 2022: https://sourceware.org/pipermail/binutils/2022-January/119388.html If we get an OK on that one, we will rebase, retest, and merge it. Thanks, Philipp. On Tue, 25 Apr 2023 at 11:53, Kito Cheng wrote: > I am not sure if we should accept this on gcc trunk without binutils > support? > > On Sat, Apr 22, 2023 at 3:58=E2=80=AFAM Jeff Law via Gcc-patches > wrote: > > > > > > > > On 2/10/23 15:41, Philipp Tomsich wrote: > > > This adds the xventanacondops extension to the option parsing and as a > > > default for the ventana-vt1 core: > > > > > > gcc/Changelog: > > > > > > * common/config/riscv/riscv-common.cc: Recognize > > > "xventanacondops" as part of an architecture string. > > > * config/riscv/riscv-opts.h (MASK_XVENTANACONDOPS): Define. > > > (TARGET_XVENTANACONDOPS): Define. > > > * config/riscv/riscv.opt: Add "riscv_xventanacondops". > > > > > > Signed-off-by: Philipp Tomsich > > OK > > jeff > --000000000000344a2f05fa2666e1--