gdb/
* NEWS: Document the 0b binary number prefix parsing.
This commit is contained in:
parent
6d390a9ef0
commit
b0f02ee9ae
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* NEWS: Document the 0b binary number prefix parsing.
|
||||
|
||||
2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* objfiles.c (objfile_relocate1): Change the return type to int.
|
||||
|
|
5
gdb/NEWS
5
gdb/NEWS
|
@ -128,6 +128,11 @@ teval EXPR, ...
|
|||
ftrace FN / FILE:LINE / *ADDR
|
||||
Define a fast tracepoint at the given function, line, or address.
|
||||
|
||||
* New expression syntax
|
||||
|
||||
GDB now parses the 0b prefix of binary numbers the same way as GCC does.
|
||||
GDB now parses 0b101010 identically with 42.
|
||||
|
||||
* New options
|
||||
|
||||
set follow-exec-mode new|same
|
||||
|
|
Loading…
Reference in a new issue