* NEWS: Add "New targets" section, and mention ARM Symbian

support.
This commit is contained in:
Pedro Alves 2010-02-26 15:03:10 +00:00
parent 6063c216d5
commit 05071a4d81
2 changed files with 9 additions and 0 deletions

View 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,

View File

@ -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