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:
30ed0a8
)
* NEWS: Mention gdbserver PowerPC improvements.
author
Daniel Jacobowitz
<drow@false.org>
Mon, 15 Oct 2007 20:00:23 +0000
(20:00 +0000)
committer
Daniel Jacobowitz
<drow@false.org>
Mon, 15 Oct 2007 20:00:23 +0000
(20:00 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/NEWS
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 9c441c285e43b49a8745e526bd5f0cf80db893e3..18607eddcf3663a1e8479a9664c91a2b3c939fe4 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * NEWS: Mention gdbserver PowerPC improvements.
+
2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
* features/Makefile (WHICH): Add PowerPC register definitions.
diff --git
a/gdb/NEWS
b/gdb/NEWS
index 81e1cfaa3f4e5873d35a412659cec9dc8556cd00..9a2410d20ac8fbffb19811426d8d3e4e3443b1b1 100644
(file)
--- a/
gdb/NEWS
+++ b/
gdb/NEWS
@@
-12,6
+12,9
@@
and in inlined functions.
* Target descriptions can now describe registers for PowerPC.
+* The GDB remote stub, gdbserver, now supports the AltiVec and SPE
+registers on PowerPC targets.
+
*** Changes in GDB 6.7
* Resolved 101 resource leaks, null pointer dereferences, etc. in gdb,