From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7867) id 24D1838582BD; Mon, 3 Jul 2023 01:04:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 24D1838582BD Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: liu & zhensong To: bfd-cvs@sourceware.org Subject: [binutils-gdb] binutils: NEWS: Announce LoongArch changes in the 2.41 cycle X-Act-Checkin: binutils-gdb X-Git-Author: WANG Xuerui X-Git-Refname: refs/heads/master X-Git-Oldrev: 4bf2114b634413e224c990593455168b873519d9 X-Git-Newrev: 0ed3ac2f4a06cb842065d4cf2d1fe1c269d508b9 Message-Id: <20230703010406.24D1838582BD@sourceware.org> Date: Mon, 3 Jul 2023 01:04:06 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2023 01:04:06 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D0ed3ac2f4a06= cb842065d4cf2d1fe1c269d508b9 commit 0ed3ac2f4a06cb842065d4cf2d1fe1c269d508b9 Author: WANG Xuerui Date: Sun Jul 2 19:10:52 2023 +0800 binutils: NEWS: Announce LoongArch changes in the 2.41 cycle =20 binutils/ChangeLog: =20 * NEWS: Mention LoongArch changes for 2.41. =20 Signed-off-by: WANG Xuerui Diff: --- 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 =20 +* 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: =20 * Objdump has a new command line option --show-all-symbols which will make= it