1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / NEWS
index f597efd6d31eb61f13ffee44851cd6905fac210e..1cc5e6ec0514e03b6850ec5a5a1a6de155e8fa64 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,16 +1,37 @@
                What has changed in GDB?
             (Organized release by release)
 
+*** Changes since GDB-4.17:
+
+* New native configurations
+
+M68K Linux                                     m68*-*-linux*
+
+* New targets
+
+Fujitsu FR30                                   fr30-*-elf*
+Mitsubishi D30V                                        d30v-*-*
+
+* GDB Remote protocol
+
+For 64 bit targets, the memory packets ("M" and "m") can now contain a
+full 64 bit address.  The class-obscure gdb command:
+       set targetaddresssize 32
+can be used to revert to the old behavour.  For existing remote stubs
+the change should not be noticed as the additional address information
+will be discarded.
+
+
 *** Changes in GDB-4.17:
 
 * New native configurations
 
-Alpha Linux                                    alpha*-*-linux*
+Alpha GNU/Linux                                        alpha*-*-linux*
 Unixware 2.x                                   i[3456]86-unixware2*
 Irix 6.x                                       mips*-sgi-irix6*
-PowerPC Linux                                  powerpc-*-linux*
+PowerPC GNU/Linux                              powerpc-*-linux*
 PowerPC Solaris                                        powerpcle-*-solaris*
-Sparc Linux                                    sparc-*-linux*
+Sparc GNU/Linux                                        sparc-*-linux*
 Motorola sysV68 R3V7.1                         m68k-motorola-sysv
 
 * New targets
@@ -42,11 +63,13 @@ All configurations can now understand and use the DWARF 2 debugging
 format.  The choice is automatic, if the symbol file contains DWARF 2
 information.
 
+start-sanitize-java
 * Java frontend
 
 GDB now includes basic Java language support.  This support is
 only useful with Java compilers that produce native machine code.
 
+end-sanitize-java
 * solib-absolute-prefix and solib-search-path
 
 For SunOS and SVR4 shared libraries, you may now set the prefix for
This page took 0.023844 seconds and 4 git commands to generate.