* NEWS: Add "New targets" section, and mention ARM Symbian
authorPedro Alves <palves@redhat.com>
Fri, 26 Feb 2010 15:03:10 +0000 (15:03 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 26 Feb 2010 15:03:10 +0000 (15:03 +0000)
support.

gdb/ChangeLog
gdb/NEWS

index 7dfad69..554b743 100644 (file)
@@ -1,3 +1,8 @@
+2010-02-26  Pedro Alves  <pedro@codesourcery.com>
+
+       * NEWS: Add "New targets" section, and mention ARM Symbian
+       support.
+
 2010-02-26  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * dwarf2loc.c (struct piece_closure): Remove ARCH member,
index babd18a..6cec32a 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -8,6 +8,10 @@
 The GDB Python API now has access to symbols, symbol tables, and
 frame's code blocks.
 
+* New targets
+
+ARM Symbian                    arm*-*-symbianelf*
+
 *** Changes in GDB 7.1
 
 * C++ Improvements