2007-08-28 Michael Snyder <msnyder@access-company.com>

* NEWS: Mention Coverity bug fixes.
This commit is contained in:
Michael Snyder 2007-08-28 19:57:11 +00:00
parent 5c5d6806e8
commit 19d378fc13
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-08-28 Michael Snyder <msnyder@access-company.com>
* NEWS: Mention Coverity bug fixes.
2007-08-27 Markus Deuling <deuling@de.ibm.com>
* spu-tdep.c (spu_pointer_to_address): New function.

View File

@ -3,6 +3,10 @@
*** Changes since GDB 6.6
* Resolved 101 resource leaks, null pointer dereferences, etc. in gdb,
bfd, libiberty and opcodes, as revealed by static analysis donated by
Coverity, Inc. (http://scan.coverity.com).
* When looking up multiply-defined global symbols, GDB will now prefer the
symbol definition in the current shared library if it was built using the
-Bsymbolic linker option.