diff options
author | Pedro Alves <palves@redhat.com> | 2010-02-26 15:03:10 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-02-26 15:03:10 +0000 |
commit | 05071a4d811d3a1ed4c27c882b8f03313e96ae64 (patch) | |
tree | f6bb4ee07f8124df22278bc6dfa0bf67a952353d /gdb/NEWS | |
parent | 6063c216d5e19fc416ff709461b21e8b810da0dc (diff) | |
download | gdb-05071a4d811d3a1ed4c27c882b8f03313e96ae64.zip gdb-05071a4d811d3a1ed4c27c882b8f03313e96ae64.tar.gz gdb-05071a4d811d3a1ed4c27c882b8f03313e96ae64.tar.bz2 |
* NEWS: Add "New targets" section, and mention ARM Symbian
support.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |