Update NEWS after gdb-7.3 branch creation.
gdb/ChangeLog: * NEWS: Create a new section for the next release branch. Rename the section of the current branch, now that it has been cut.
This commit is contained in:
parent
d9351f5f22
commit
d6e00af685
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
4
gdb/NEWS
4
gdb/NEWS
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue