* NEWS: Make indentation consistent. Move exec tracing entry out
authorDaniel Jacobowitz <drow@false.org>
Sat, 7 Jun 2008 22:21:28 +0000 (22:21 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sat, 7 Jun 2008 22:21:28 +0000 (22:21 +0000)
of remote packet list.

gdb/ChangeLog
gdb/NEWS

index 29f89cfe26e8614f2b7b369f6b4ba9ba97296c9b..2d51a8dfa5b9ebe4b3f7e976c65f0c8967262ca5 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * NEWS: Make indentation consistent.  Move exec tracing entry out
+       of remote packet list.
+
 2008-06-06  Tom Tromey  <tromey@redhat.com>
 
        * value.h (evaluate_subexpression_type, extract_field_op):
index 523f328eec8b7d9006cdd87552fe12fe7d22124e..69bc05c1879377bd0e0e09afdb84bbe0fcf73d19 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -141,9 +141,9 @@ commands (remote put, remote get, and remote delete).
 extended-remote mode.
 
 * hppa*64*-*-hpux11* target broken
-  The debugger is unable to start a program and fails with the following
-  error: "Error trying to get information about dynamic linker".
-  The gdb-6.7 release is also affected.
+The debugger is unable to start a program and fails with the following
+error: "Error trying to get information about dynamic linker".
+The gdb-6.7 release is also affected.
 
 * GDB now supports the --enable-targets= configure option to allow
 building a single GDB executable that supports multiple remote
@@ -158,8 +158,8 @@ stored in two consecutive float registers.
 breakpoints now.
 
 * Improved support for debugging Ada
-  Many improvements to the Ada language support have been made.  These
-  include:
+Many improvements to the Ada language support have been made.  These
+include:
     - Better support for Ada2005 interface types
     - Improved handling of arrays and slices in general
     - Better support for Taft-amendment types
@@ -168,6 +168,9 @@ breakpoints now.
     - Improved command completion in Ada
     - Several bug fixes
 
+* GDB on GNU/Linux and HP/UX can now debug through "exec" of a new
+process.
+
 * New commands
 
 set print frame-arguments (all|scalars|none)
@@ -196,9 +199,6 @@ vFile:pwrite:
 vFile:unlink:
   Open, close, read, write, and delete files on the remote system.
 
-* GDB on GNU/Linux and HP/UX can now debug through "exec" of a new
-process.
-
 vAttach
   Attach to an existing process on the remote system, in extended-remote
   mode.