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:
fc1a9d6
)
NEWS: Mention new sim --map-info flag.
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 16 Dec 2010 13:05:28 +0000
(13:05 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 16 Dec 2010 13:05:28 +0000
(13:05 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/NEWS
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 65860cb348f61a6daa71fc1bbb22ee985ce6f6a2..324bad05ff99aff25a6d16a5b2402e1e4f2aa3d1 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2010-12-16 Mike Frysinger <vapier@gentoo.org>
+
+ * NEWS: Mention new sim --map-info flag.
+
2010-12-15 Doug Evans <dje@google.com>
* dwarf2read.c (_initialize_dwarf2_read): Fix help text of
diff --git
a/gdb/NEWS
b/gdb/NEWS
index 67cd71ef1e8ec69642068148c1837855837a7645..91f183510acb88b761478b77c114d41414900c21 100644
(file)
--- a/
gdb/NEWS
+++ b/
gdb/NEWS
@@
-118,6
+118,10
@@
* Guile support was removed.
+* New features in the GNU simulator
+
+ ** The --map-info flag lists all known core mappings.
+
*** Changes in GDB 7.2
* Shared library support for remote targets by default