* NEWS: Mention gdbserver PowerPC improvements.

This commit is contained in:
Daniel Jacobowitz 2007-10-15 20:00:23 +00:00
parent 30ed0a8f0b
commit d71340b873
2 changed files with 7 additions and 0 deletions

View File

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

View File

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