* NEWS (New native configurations): Mention OpenBSD/vax.
[deliverable/binutils-gdb.git] / gdb / NEWS
index 3671288fb03870b32d70156fb50f32cbf33c81e5..b61036a9462e1cca4ef557d70bf58d0a2f0b2661 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,25 @@
 
 *** Changes since GDB 6.1:
 
+* New native configurations
+
+NetBSD/vax                                     vax-*-netbsd*
+OpenBSD/vax                                    vax-*-openbsd*
+
+* REMOVED configurations and files
+
+Sun 3, running SunOS 3                         m68*-*-sunos3*
+Sun 3, running SunOS 4                         m68*-*-sunos4*
+Sun 2, running SunOS 3                         m68000-*-sunos3*
+Sun 2, running SunOS 4                         m68000-*-sunos4*
+Motorola 680x0 running LynxOS                  m68*-*-lynxos*
+AT&T 3b1/Unix pc                               m68*-att-*
+Bull DPX2 (68k, System V release 3)            m68*-bull-sysv*
+decstation                                     mips-dec-* mips-little-*
+riscos                                         mips-*-riscos* mips-*-sysv*
+sonymips                                       mips-sony-*
+sysv                                   mips*-*-sysv4* (IRIX 5/6 not included)
+
 *** Changes in GDB 6.1:
 
 * Removed --with-mmalloc
@@ -38,9 +57,22 @@ GDB support for location expressions has been extended to support function
 arguments and frame bases.  Older versions of GDB could crash when they
 encountered these.
 
+* C++ nested types and namespaces
+
+GDB's support for nested types and namespaces in C++ has been
+improved, especially if you use the DWARF 2 debugging format.  (This
+is the default for recent versions of GCC on most platforms.)
+Specifically, if you have a class "Inner" defined within a class or
+namespace "Outer", then GDB realizes that the class's name is
+"Outer::Inner", not simply "Inner".  This should greatly reduce the
+frequency of complaints about not finding RTTI symbols.  In addition,
+if you are stopped at inside of a function defined within a namespace,
+GDB modifies its name lookup accordingly.
+
 * New native configurations
 
 NetBSD/amd64                                   x86_64-*-netbsd*
+OpenBSD/amd64                                  x86_64-*-openbsd*
 OpenBSD/alpha                                  alpha*-*-openbsd*
 OpenBSD/sparc                                  sparc-*-openbsd*
 OpenBSD/sparc64                                        sparc64-*-openbsd*
This page took 0.026783 seconds and 4 git commands to generate.