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] gdb: Update NEWS for OpenRISC Linux support


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

commit 66ac1ae906fc09806e827c8a06303fa7bed221eb
Author: Stafford Horne <shorne@gmail.com>
Date:   Thu Dec 13 06:06:12 2018 +0900

    gdb: Update NEWS for OpenRISC Linux support
    
    gdb/ChangeLog:
    
    	* NEWS(New targets): Add or1k*-*-linux*.

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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f17ce42..4599157 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2018-12-13  Stafford Horne  <shorne@gmail.com>
+
+	* NEWS(New targets): Add or1k*-*-linux*.
+
 2018-12-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
 
 	* nat/linux-osdata.c (linux_xfer_osdata_info_os_types): Forward
diff --git a/gdb/NEWS b/gdb/NEWS
index 9ecbb83..fc880c7 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -43,6 +43,7 @@
 * New targets
 
   NXP S12Z		s12z-*-elf
+  GNU/Linux/OpenRISC	or1k*-*-linux*
 
 * New commands


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