diff options
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bc350b8..a5d2aa1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -3,6 +3,12 @@ GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC) * version.in: Bump version to 7.3.50.20110403-cvs. +2011-04-03 Joel Brobecker <brobecker@adacore.com> + + * NEWS: Create a new section for the next release branch. + Rename the section of the current branch, now that it has + been cut. + 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org> * arm-tdep.c (arm_gdbarch_init): Enfore correct register number @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 7.2 +*** Changes since GDB 7.3 + +*** Changes in GDB 7.3 * GDB has a new command: "thread find [REGEXP]". It finds the thread id whose name, target id, or thread extra info |