aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2011-08-14 16:17:09 +0000
committerYao Qi <yao@codesourcery.com>2011-08-14 16:17:09 +0000
commit11315641d5eca54f0db413ea5faf6c8767c3d95c (patch)
treeea1e9ca31e2dcb1c11ae2e8b9a5e4f74ed6ba0a4
parent881127c98f5aef1e0a11c71722205806ec3f73f2 (diff)
downloadbinutils-11315641d5eca54f0db413ea5faf6c8767c3d95c.zip
binutils-11315641d5eca54f0db413ea5faf6c8767c3d95c.tar.gz
binutils-11315641d5eca54f0db413ea5faf6c8767c3d95c.tar.bz2
gdb/
* NEWS: New port to Texas Instruments TMS320C6x.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b0ed11e..25f511f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-14 Yao Qi <yao@codesourcery.com>
+
+ * NEWS: New port to Texas Instruments TMS320C6x.
+
2011-08-14 Andrew Jenner <andrew@codesourcery.com>
Bernd Schmidt <bernds@codesourcery.com>
Yao Qi <yao@codesourcery.com>
diff --git a/gdb/NEWS b/gdb/NEWS
index 374b662..089e6ce 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -94,6 +94,10 @@ QTDisable
* Dcache size (number of lines) and line-size are now runtime-configurable
via "set dcache line" and "set dcache line-size" commands.
+* New targets
+
+Texas Instruments TMS320C6x tic6x-*-*
+
*** Changes in GDB 7.3
* GDB has a new command: "thread find [REGEXP]".