From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7873) id DA5623856DCD; Fri, 17 Jun 2022 12:54:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA5623856DCD Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tiezhu Yang To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb: NEWS: Move LoongArch gdbserver to the correct section X-Act-Checkin: binutils-gdb X-Git-Author: Tiezhu Yang X-Git-Refname: refs/heads/master X-Git-Oldrev: 15797439805b1bb92c491b9c9a72500d93c0cb5b X-Git-Newrev: 02e85f7a8304ed192382391dc83c0211345b40d1 Message-Id: <20220617125401.DA5623856DCD@sourceware.org> Date: Fri, 17 Jun 2022 12:54:01 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2022 12:54:02 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D02e85f7a8304= ed192382391dc83c0211345b40d1 commit 02e85f7a8304ed192382391dc83c0211345b40d1 Author: Tiezhu Yang Date: Fri Jun 17 16:51:05 2022 +0800 gdb: NEWS: Move LoongArch gdbserver to the correct section =20 commit e5ab6af52d38 ("gdbserver: Add LoongArch/Linux support") was merged into the master since GDB 12, so we should put the news in the "Changes since GDB 12" section. =20 Thanks Tom Tromey for your correction [1], sorry for that. =20 [1] https://sourceware.org/pipermail/gdb-patches/2022-June/190122.html =20 Signed-off-by: Tiezhu Yang Diff: --- gdb/NEWS | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/NEWS b/gdb/NEWS index ac9a1aacd34..c570681a977 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -43,6 +43,10 @@ maintenance info line-table entry corresponds to an address where a breakpoint should be placed to be at the first instruction past a function's prologue. =20 +* New targets + +GNU/Linux/LoongArch (gdbserver) loongarch*-*-linux* + * Python API =20 ** GDB will now reformat the doc string for gdb.Command and @@ -97,6 +101,10 @@ maintenance info line-table to wrap the result of a call to a Disassembler. It has read-only attributes 'length' and 'string'. =20 +* New features in the GDB remote stub, GDBserver + + ** GDBserver is now supported on LoongArch GNU/Linux. + *** Changes in GDB 12 =20 * DBX mode is deprecated, and will be removed in GDB 13 @@ -728,8 +736,6 @@ QMemTags =20 ** GDBserver is now supported on RISC-V GNU/Linux. =20 - ** GDBserver is now supported on LoongArch GNU/Linux. - ** GDBserver no longer supports these host triplets: =20 i[34567]86-*-lynxos* @@ -821,7 +827,6 @@ alias [-a] [--] ALIAS =3D COMMAND [DEFAULT-ARGS...] * New targets =20 GNU/Linux/RISC-V (gdbserver) riscv*-*-linux* -GNU/Linux/LoongArch (gdbserver) loongarch*-*-linux* BPF bpf-unknown-none Z80 z80-unknown-*