From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from loongson.cn (mail.loongson.cn [114.242.206.163]) by sourceware.org (Postfix) with ESMTP id A74853856DCD for ; Fri, 17 Jun 2022 12:56:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A74853856DCD Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=loongson.cn Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=loongson.cn Received: from localhost.localdomain (unknown [111.18.133.245]) by mail.loongson.cn (Coremail) with SMTP id AQAAf9DxL0_2eaxiKplIAA--.13479S2; Fri, 17 Jun 2022 20:56:23 +0800 (CST) From: Tiezhu Yang To: gdb-patches@sourceware.org Subject: [OB COMMITTED PATCH] gdb: NEWS: Move LoongArch gdbserver to the correct section Date: Fri, 17 Jun 2022 20:56:18 +0800 Message-Id: <20220617125618.4779-1-yangtiezhu@loongson.cn> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID: AQAAf9DxL0_2eaxiKplIAA--.13479S2 X-Coremail-Antispam: 1UD129KBjvJXoWxJrykJr18JryDAr1UCFyrXrb_yoW8Ww45pa 18uwnxGry8Arn7urs7JaykXwsxAr95ZFyUJa9xtry5u398Gr1IgFyxCFya9w1v9rnIkF1S qFWIqw109F4UZaDanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUyab7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_Xr0_Ar1l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Cr0_Gr1UM28EF7xvwVC2z280aVAFwI0_GcCE3s1l84ACjcxK6I 8E87Iv6xkF7I0E14v26rxl6s0DM2AIxVAIcxkEcVAq07x20xvEncxIr21l5I8CrVACY4xI 64kE6c02F40Ex7xfMcIj6xIIjxv20xvE14v26r1j6r18McIj6I8E87Iv67AKxVWUJVW8Jw Am72CE4IkC6x0Yz7v_Jr0_Gr1lF7xvr2IYc2Ij64vIr41l42xK82IYc2Ij64vIr41l4I8I 3I0E4IkC6x0Yz7v_Jr0_Gr1lx2IqxVAqx4xG67AKxVWUJVWUGwC20s026x8GjcxK67AKxV WUGVWUWwC2zVAF1VAY17CE14v26r1j6r15MIIYrxkI7VAKI48JMIIF0xvE2Ix0cI8IcVAF wI0_Jr0_JF4lIxAIcVC0I7IYx2IY6xkF7I0E14v26r1j6r4UMIIF0xvE42xK8VAvwI8IcI k0rVWrZr1j6s0DMIIF0xvEx4A2jsIE14v26r1j6r4UMIIF0xvEx4A2jsIEc7CjxVAFwI0_ Jr0_GrUvcSsGvfC2KfnxnUUI43ZEXa7IU5PpnJUUUUU== X-CM-SenderInfo: p1dqw3xlh2x3gn0dqz5rrqw2lrqou0/ X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_PASS, 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 X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2022 12:56:32 -0000 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. Thanks Tom Tromey for your correction [1], sorry for that. [1] https://sourceware.org/pipermail/gdb-patches/2022-June/190122.html Signed-off-by: Tiezhu Yang --- 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. +* New targets + +GNU/Linux/LoongArch (gdbserver) loongarch*-*-linux* + * Python API ** 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'. +* New features in the GDB remote stub, GDBserver + + ** GDBserver is now supported on LoongArch GNU/Linux. + *** Changes in GDB 12 * DBX mode is deprecated, and will be removed in GDB 13 @@ -728,8 +736,6 @@ QMemTags ** GDBserver is now supported on RISC-V GNU/Linux. - ** GDBserver is now supported on LoongArch GNU/Linux. - ** GDBserver no longer supports these host triplets: i[34567]86-*-lynxos* @@ -821,7 +827,6 @@ alias [-a] [--] ALIAS = COMMAND [DEFAULT-ARGS...] * New targets GNU/Linux/RISC-V (gdbserver) riscv*-*-linux* -GNU/Linux/LoongArch (gdbserver) loongarch*-*-linux* BPF bpf-unknown-none Z80 z80-unknown-* -- 2.27.0