This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] The NEWS file had two "New targets" sections for 8.3.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=197df35ec4f370e9902892ff8339232869cf86ce

commit 197df35ec4f370e9902892ff8339232869cf86ce
Author: John Baldwin <jhb@FreeBSD.org>
Date:   Tue Mar 12 13:56:53 2019 -0700

    The NEWS file had two "New targets" sections for 8.3.
    
    gdb/ChangeLog:
    
    	* NEWS: Combine separate "New targets" sections for 8.3.

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 7 ++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fe7504c..eea9ecf 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2019-03-12  John Baldwin  <jhb@FreeBSD.org>
 
+	* NEWS: Combine separate "New targets" sections for 8.3.
+
+2019-03-12  John Baldwin  <jhb@FreeBSD.org>
+
 	* ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
 	(ppcfbsd_init_abi): Install gdbarch
 	"fetch_tls_load_module_address" and "get_thread_local_address"
diff --git a/gdb/NEWS b/gdb/NEWS
index cc7c35c..88ce9a7 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -55,11 +55,6 @@
 * Removed support for old demangling styles arm, edg, gnu, hp and
   lucid.
 
-* New targets
-
-  NXP S12Z		s12z-*-elf
-  GNU/Linux/OpenRISC	or1k*-*-linux*
-
 * New commands
 
 set debug compile-cplus-types
@@ -187,6 +182,8 @@ GNU/Linux/RISC-V		riscv*-*-linux*
 CSKY ELF			csky*-*-elf
 CSKY GNU/LINUX			csky*-*-linux
 FreeBSD/riscv			riscv*-*-freebsd*
+NXP S12Z			s12z-*-elf
+GNU/Linux/OpenRISC		or1k*-*-linux*
 
 * Removed targets


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]