This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: minor fix in NEWS


I'm checking this in as obvious.

The entry for the macro commands in NEWS somehow got separated from
the other new commands.  This patch moves this text back into place.

Tom

ChangeLog:
from  Tom Tromey  <tromey@redhat.com>

	* NEWS: Move macro entries back under "New commands".

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.287
diff -u -r1.287 NEWS
--- NEWS 21 Aug 2008 09:05:31 -0000 1.287
+++ NEWS 22 Aug 2008 17:25:27 -0000
@@ -138,16 +138,16 @@
   with GDB while the target is running.  "show target-async" displays the
   current state of asynchronous execution of the target.
 
-* New targets
-
-x86 DICOS			i[34567]86-*-dicos*
-
 macro define
 macro list
 macro undef
   These allow macros to be defined, undefined, and listed
   interactively.
 
+* New targets
+
+x86 DICOS			i[34567]86-*-dicos*
+
 *** Changes in GDB 6.8
 
 * New native configurations


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]