* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / NEWS
index a63b40e7720ea15223091abd04536e74e49a2f97..b77a1ea3e22e18b07ad476a7fee52eba4bb51c4f 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,6 +1,51 @@
                What has changed since GDB-3.5?
                (Organized release by release)
 
+*** Changes in GDB-4.9:
+
+ * Testsuite
+
+This is the first GDB release which is accompanied by a matching testsuite.
+The testsuite requires installation of dejagnu, which should be available
+via ftp from most sites that carry GNU software.
+
+ * C++ demangling
+
+'Cfront' style demangling has had its name changed to 'ARM' style, to
+emphasize that it was written from the specifications in the C++ Annotated
+Reference Manual, not necessarily to be compatible with AT&T cfront.  Despite
+disclaimers, it still generated too much confusion with users attempting to
+use gdb with AT&T cfront.
+
+ * Simulators
+
+GDB now uses a standard remote interface to a simulator library.
+So far, the library contains simulators for the Zilog Z8001/2, the
+Hitachi H8/300, H8/500 and Super-H.
+
+ * New targets supported
+
+H8/300 simulator                       h8300-hitachi-hms or h8300hms
+H8/500 simulator                       h8500-hitachi-hms or h8500hms
+SH simulator                           sh-hitachi-hms    or sh
+Z8000 simulator                                z8k-zilog-none    or z8ksim
+IDT MIPS board over serial line                mips-idt-ecoff
+
+Cross-debugging to GO32 targets is supported.  It requires a custom
+version of the i386-stub.c module which is integrated with the 
+GO32 memory extender.
+
+ * New remote protocols
+
+MIPS remote debugging protocol.
+
+ * New source languages supported
+
+This version includes preliminary support for Chill, a Pascal like language
+used by telecommunications companies.  Chill support is also being integrated
+into the GNU compiler, but we don't know when it will be publically available.
+
+
 *** Changes in GDB-4.8:
 
  * HP Precision Architecture supported
@@ -9,7 +54,7 @@ GDB now supports HP PA-RISC machines running HPUX.  A preliminary
 version of this support was available as a set of patches from the
 University of Utah.  GDB does not support debugging of programs
 compiled with the HP compiler, because HP will not document their file
-format.  Instead, you must use GCC (version 2.3.3 or later) and PA-GAS
+format.  Instead, you must use GCC (version 2.3.2 or later) and PA-GAS
 (as available from jaguar.cs.utah.edu:/dist/pa-gas.u4.tar.Z).
 
 Many problems in the preliminary version have been fixed.
@@ -28,6 +73,19 @@ symbol lookups.
 from the specifications in the Annotated Reference Manual, which AT&T's
 compiler does not actually implement.
 
+ * G++ multiple inheritance compiler problem
+
+In the 2.3.2 release of gcc/g++, how the compiler resolves multiple
+inheritance lattices was reworked to properly discover ambiguities.  We
+recently found an example which causes this new algorithm to fail in a
+very subtle way, producing bad debug information for those classes.
+The file 'gcc.patch' (in this directory) can be applied to gcc to
+circumvent the problem.  A future GCC release will contain a complete
+fix.
+
+The previous G++ debug info problem (mentioned below for the gdb-4.7
+release) is fixed in gcc version 2.3.2.
+
  * Improved configure script
 
 The `configure' script will now attempt to guess your system type if
This page took 0.023786 seconds and 4 git commands to generate.