From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x29.google.com (mail-oa1-x29.google.com [IPv6:2001:4860:4864:20::29]) by sourceware.org (Postfix) with ESMTPS id 581453858C5F for ; Tue, 25 Jul 2023 02:21:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 581453858C5F 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-oa1-x29.google.com with SMTP id 586e51a60fabf-1bb74752ddbso1038647fac.0 for ; Mon, 24 Jul 2023 19:21:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20221208.gappssmtp.com; s=20221208; t=1690251684; x=1690856484; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=jqTYhH0bs9ll6unFVUrcyvFdjyCTKeExE39ch8pb+Eg=; b=OhNI0ORV94cilAGzoaGXDoNbugljCaZXnGaYZ4AJxKBejZQPkoCgKxjXMVb8GEaKnk cbNTpSIgMiB+up4whM+aK1iirMPBZB+FacwyNTU/uoQVrW0AtyavmA7qEtRk5w+ACxOU dU/09Tiodir7jCdtlFj7IAVKJ63m+3hKawdxmP4aUGywjrq0xHpf774JnImGXalfDJx+ DHnykRD7nMVAUx2q1MmcMTGvmywPrbO81ADonBg8O8A2L7N4rFv/nLsC9zljMOAykVd9 NyKUxcPm9hIt2quXv2jB8+hZ3Kw/sLASFXQoSWSjPv7eLL/4cm4VrxE6PRDWh2vuW8Q4 wznw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690251684; x=1690856484; 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=jqTYhH0bs9ll6unFVUrcyvFdjyCTKeExE39ch8pb+Eg=; b=bxTcKcOiMtzbWMi9SmbBrFalBj/oOYUAWEBTuDeBdZ1vTNFTX9PrXYx3Jl2V8vpIWL J95C82Qq6EDe97fGJGDdpCdbV86E5UlR0jOUSdG5MObEbYyZ21DBDkeiM5YnPRNKGlTt IDetz0CR7YDTPrD3RaMZ7dh2w3VM1mQVdkeICO8cysYyESN+SUYSfB/Fo1IOx1BQws+G PmGbZcpcexs9jg4pR6d+blSoDNtiG2uinpCOu0/ruAKH5vgMs5UrCCFbdnTXLQ+zmS0V +V98RVuvx2xzsvjTNrr/c7OBVzyTog5MtxofipQwEP8POaFS31Ovcmy4WwOCWGO4Huvh 445g== X-Gm-Message-State: ABy/qLY76fZ9rnWq+/8dAYfNaGSqvwkGHaVTfV0PpUi0W92ZK280QyRo QjKAgMRCxU8ROjZp56AT6R+3ugoKZLpm7WUj5qni0g== X-Google-Smtp-Source: APBJJlFD3PJoofnCr4tTBep9edsV6Cej2vtQ3hw4QGnWgrXq7WcM+keuNuA2RjvvwEBEtowPW2bATrWaNPCGYLq+zQc= X-Received: by 2002:a05:6870:8294:b0:1b4:66e6:cf51 with SMTP id q20-20020a056870829400b001b466e6cf51mr13788015oae.15.1690251684273; Mon, 24 Jul 2023 19:21:24 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Nelson Chu Date: Tue, 25 Jul 2023 10:21:13 +0800 Message-ID: Subject: Re: [PATCH 0/1] RISC-V: Handle 'Zca' extension on ".option arch" To: Tsukasa OI Cc: Kito Cheng , Palmer Dabbelt , binutils@sourceware.org Content-Type: multipart/alternative; boundary="00000000000038f8320601466329" X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: --00000000000038f8320601466329 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Thanks, I did forget this, it looks good. Nelson On Tue, Jul 25, 2023 at 9:56=E2=80=AFAM Tsukasa OI wrote: > Hi, > > While I'm testing the PATCH v2 of the 'Zihintntl', I found a bug in GAS. > > (Normally I wouldn't attach a cover letter for the patch set that simple, > I felt it's needed for a little context; PATCH v2 of 'Zihintntl' will need > this bug fix.) > > While the 'Zca' extension is the new base for compressed instructions, > it was not correctly handled in the ".option arch" handling. This patch > set fixes this issue. After grepping "c", I think it's the last code to > test. > > Thanks, > Tsukasa > > > > > Tsukasa OI (1): > RISC-V: Enable RVC on ".option arch, +zca" etc. > > gas/config/tc-riscv.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > > base-commit: 3dfee72010248aca5932a27b4c34d3b79ab9f057 > -- > 2.41.0 > > --00000000000038f8320601466329--