diff options
author | Jiong Wang <jiwang@sourceware.org> | 2013-04-02 02:49:55 +0000 |
---|---|---|
committer | Jiong Wang <jiwang@sourceware.org> | 2013-04-02 02:49:55 +0000 |
commit | ea5f3910af889b715ffb8e35cc56d1078ae7aef0 (patch) | |
tree | 0bc0b9b7eff3f2a31b60df291a59be832569bae9 | |
parent | 50c12e71e03d469e0d8d2b8a1059621e948cdf43 (diff) | |
download | gdb-ea5f3910af889b715ffb8e35cc56d1078ae7aef0.zip gdb-ea5f3910af889b715ffb8e35cc56d1078ae7aef0.tar.gz gdb-ea5f3910af889b715ffb8e35cc56d1078ae7aef0.tar.bz2 |
gdb/ChangeLog:
* NEWS: Mention TILE-Gx in "New native configurations" and
"New targets" sections.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 05cb097..d44a4ee 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-04-01 Jiong Wang <jiwang@tilera.com> + + * NEWS: Mention TILE-Gx in "New native configurations" and + "New targets" sections. + 2013-04-01 Doug Evans <dje@google.com> * dwarf2read.c (lookup_signatured_type_at_offset): Delete. @@ -60,6 +60,7 @@ record function-call-history prints the execution history at ARM AArch64 GNU/Linux aarch64*-*-linux-gnu FreeBSD/powerpc powerpc*-*-freebsd +Tilera TILE-Gx GNU/Linux tilegx*-*-linux-gnu * New targets @@ -67,6 +68,7 @@ ARM AArch64 aarch64*-*-elf ARM AArch64 GNU/Linux aarch64*-*-linux Lynx 178 PowerPC powerpc-*-lynx*178 x86_64/Cygwin x86_64-*-cygwin* +Tilera TILE-Gx GNU/Linux tilegx*-*-linux * If the configured location of system.gdbinit file (as given by the --with-system-gdbinit option at configure time) is in the |