From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from helium.openadk.org (helium.openadk.org [IPv6:2a00:1828:2000:679::23]) by sourceware.org (Postfix) with ESMTPS id D9A37385840C for ; Mon, 14 Feb 2022 10:58:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D9A37385840C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=openadk.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=openadk.org Received: by helium.openadk.org (Postfix, from userid 1000) id 585C131E0821; Mon, 14 Feb 2022 11:58:52 +0100 (CET) Date: Mon, 14 Feb 2022 11:58:52 +0100 From: Waldemar Brodkorb To: Nick Clifton Cc: binutils@sourceware.org, Nelson Chu Subject: Re: GNU Binutils 2.38 has been released Message-ID: References: <87h798182x.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87h798182x.fsf@redhat.com> X-Operating-System: Linux 5.10.0-10-amd64 x86_64 X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2022 10:58:55 -0000 Hi Nick, Nick Clifton via Binutils wrote, > Hi Everyone, > > We are pleased to announce that version 2.38 of the GNU Binutils project > sources have been released and are now available for download at: > > https://ftp.gnu.org/gnu/binutils > https://sourceware.org/pub/binutils/releases/ I am having problems with following commit aed44286efa8ae8717a77d94b51ac3614e2ca6dc. When trying to build the Linux kernel I get a lot of: ./arch/riscv/include/asm/irqflags.h:34: Error: unrecognized opcode `csrrc s2,0x100,2' ./arch/riscv/include/asm/irqflags.h:52: Error: unrecognized opcode `csrs 0x100,s2' The kernel is compiled with gcc 11.2 and -mabi=lp64 -march=rv64ima. When I revert the commit, everything is fine. What can we do about it? best regards Waldemar