diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-10-07 18:27:22 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-10-07 18:27:22 +0000 |
commit | 7ab98d6a8470b2eb137dbb9b4044009403a4b08c (patch) | |
tree | 52d9b0b5fb952913a386a43a241aeaec0dd5b160 | |
parent | eb85fe802a1bcadca72c0840eb99b7e74bd6b8f8 (diff) | |
download | gdb-7ab98d6a8470b2eb137dbb9b4044009403a4b08c.tar.gz |
* NEWS: Update following the GDB 7.0 release.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b29049e5b5b..841d2adf002 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-10-09 Joel Brobecker <brobecker@adacore.com> + + * NEWS: Update following the GDB 7.0 release. + 2009-10-07 Pierre Muller <muller@ics.u-strasbg.fr> ARI fix: OP eol rule. @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 6.8 +*** Changes since GDB 7.0 + +*** Changes in GDB 7.0 * GDB now has an interface for JIT compilation. Applications that dynamically generate code can create symbol files in memory and register |