projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6063c21
)
* NEWS: Add "New targets" section, and mention ARM Symbian
author
Pedro Alves
<palves@redhat.com>
Fri, 26 Feb 2010 15:03:10 +0000
(15:03 +0000)
committer
Pedro Alves
<palves@redhat.com>
Fri, 26 Feb 2010 15:03:10 +0000
(15:03 +0000)
support.
gdb/ChangeLog
patch
|
blob
|
history
gdb/NEWS
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 7dfad6936886d64978243d20d5db13130d14fedf..554b743ffbc44a482add3476b80e1ffcc0690bb0 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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,
diff --git
a/gdb/NEWS
b/gdb/NEWS
index babd18abf4d9304b0655b8a2b9fba0d507c90c68..6cec32a62c382c970ff293f5543f681e27695537 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