diff options
author | Tom Tromey <tromey@redhat.com> | 2008-08-22 17:26:54 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-08-22 17:26:54 +0000 |
commit | 75a2d5e7a7ce93df8d25c0eeb2ec66f3ea24d6ff (patch) | |
tree | 6be84f7ca915388f6e8f1b8f2a8d83a3bf32bbee /gdb | |
parent | 34857dd609e4ceeb141564fb471ec65520db97ee (diff) | |
download | gdb-75a2d5e7a7ce93df8d25c0eeb2ec66f3ea24d6ff.zip gdb-75a2d5e7a7ce93df8d25c0eeb2ec66f3ea24d6ff.tar.gz gdb-75a2d5e7a7ce93df8d25c0eeb2ec66f3ea24d6ff.tar.bz2 |
* NEWS: Move macro entries back under "New commands".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6b6ad28..90a73ce 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-08-22 Tom Tromey <tromey@redhat.com> + + * NEWS: Move macro entries back under "New commands". + 2008-08-22 Ulrich Weigand <uweigand@de.ibm.com> * breakpoint.c (create_overlay_event_breakpoint): Rename to ... @@ -138,16 +138,16 @@ set target-async 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 |