From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailbox.box.xen0n.name (mail.xen0n.name [115.28.160.31]) by sourceware.org (Postfix) with ESMTPS id B2C473858417 for ; Sun, 2 Jul 2023 11:11:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B2C473858417 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=xen0n.name Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xen0n.name DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xen0n.name; s=mail; t=1688296286; bh=joeO1XbaGvHhEhqzsHpT9uHjqs0VeTNn3Dkp1+kcwhA=; h=From:To:Cc:Subject:Date:From; b=PZBrEXdQkzydIFmHO6QQML6h9ujp0tlbFvK107xYbWIiNvZV/Q7WKqLkGsIHa9J47 8gh6V3OaJjFJQQe+kQjBXYdRrXTK7D7RefzERX6y+vB0pO++u2BU+nbYzrKJw6h2k5 Jcqs0dP3yt1ABugFmJFKfjC7wXtWQWTWd/9kuEMQ= Received: from ld50.lan (unknown [101.88.28.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailbox.box.xen0n.name (Postfix) with ESMTPSA id 830AE60103; Sun, 2 Jul 2023 19:11:26 +0800 (CST) From: WANG Xuerui To: binutils@sourceware.org Cc: Chenghua Xu , Zhensong Liu , Qinggang Meng , Xi Ruoyao , WANG Xuerui Subject: [PATCH 1/2] binutils: NEWS: Announce LoongArch changes in the 2.41 cycle Date: Sun, 2 Jul 2023 19:10:52 +0800 Message-Id: <20230702111053.815399-1-i.swmail@xen0n.name> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,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: From: WANG Xuerui binutils/ChangeLog: * NEWS: Mention LoongArch changes for 2.41. Signed-off-by: WANG Xuerui --- binutils/NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/binutils/NEWS b/binutils/NEWS index 834e648db6c..939cfead8de 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -29,6 +29,20 @@ * The RISC-V port now supports the following vendor-defined extensions: - XVentanaCondOps +* The LoongArch port now supports the following extensions: + - LSX (Loongson SIMD eXtension; 128-bit vectors) + - LASX (Loongson Advanced SIMD eXtension; 256-bit vectors) + - LVZ (Loongson Virtualization extension) + - LBT (Loongson Binary Translation extension) + +* The LoongArch disassembly output received the following tweaks: + - Colored output is now supported. + - Some pseudo-instructions are now shown in place of the canonical forms, + where semantics are equivalent. A disassembler option '-M no-aliases' is + added to disable the new behavior. + - Signed immediates are no longer printed with their hex representation. + - Unrecognized instruction words are now shown with '.word'. + Changes in 2.40: * Objdump has a new command line option --show-all-symbols which will make it -- 2.40.0