* NEWS: Document the 0b binary number prefix parsing.
+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.
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