aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-07-23 21:28:38 +0000
committerAndrew Cagney <cagney@redhat.com>2002-07-23 21:28:38 +0000
commit2037aebbd72cbc900f8b24794b763a7de30686ad (patch)
treecabf7aecf5b097fbc04b6bf32f1069cc2aa70188 /gdb/NEWS
parent66504d44b96283186cf2a489e6995c222fb81f60 (diff)
downloadgdb-2037aebbd72cbc900f8b24794b763a7de30686ad.zip
gdb-2037aebbd72cbc900f8b24794b763a7de30686ad.tar.gz
gdb-2037aebbd72cbc900f8b24794b763a7de30686ad.tar.bz2
Mention 5.2.1 on mainline.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS25
1 files changed, 24 insertions, 1 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index b923924..3309af1 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -42,7 +42,6 @@ Motorola MCORE mcore-*-*
* New targets.
-Atmel AVR avr*-*-*
Fujitsu FRV architecture added by Red Hat frv*-*-*
@@ -89,6 +88,30 @@ These commands allow data to be copied from target memory
to a bfd-format or binary file (dump and append), and back
from a file into memory (restore).
+*** Changes in GDB 5.2.1:
+
+* New targets.
+
+Atmel AVR avr*-*-*
+
+* Bug fixes
+
+gdb/182: gdb/323: gdb/237: On alpha, gdb was reporting:
+mdebugread.c:2443: gdb-internal-error: sect_index_data not initialized
+Fix, by Joel Brobecker imported from mainline.
+
+gdb/439: gdb/291: On some ELF object files, gdb was reporting:
+dwarf2read.c:1072: gdb-internal-error: sect_index_text not initialize
+Fix, by Fred Fish, imported from mainline.
+
+Dwarf2 .debug_frame & .eh_frame handler improved in many ways.
+Surprisingly enough, it works now.
+By Michal Ludvig, imported from mainline.
+
+i386 hardware watchpoint support:
+avoid misses on second run for some targets.
+By Pierre Muller, imported from mainline.
+
*** Changes in GDB 5.2:
* New command "set trust-readonly-sections on[off]".