Replace "exec" with "executable" in messages.
[deliverable/binutils-gdb.git] / gdb / NEWS
index 1af82f9e3a46c23d33eb103d7b157fe54538a552..bf493089d5b7057aafca04168090451f0c860c50 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,6 +1,18 @@
                What has changed in GDB?
             (Organized release by release)
 
+*** Changes since GDB-4.17:
+
+* 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 descarded.
+
+
 *** Changes in GDB-4.17:
 
 * New native configurations
@@ -42,11 +54,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.023572 seconds and 4 git commands to generate.