gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 11 Jan 2010 19:29:12 +0000 (19:29 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 11 Jan 2010 19:29:12 +0000 (19:29 +0000)
* NEWS: Document the 0b binary number prefix parsing.

gdb/ChangeLog
gdb/NEWS

index 2082d653557ec072ea4f9f4f4345536e7e857abf..7eb239160ee4faa1852b5b757379175c97ba318a 100644 (file)
@@ -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.
index da99aa59d965f0a2989aec6695eb49855e2ce678..657d0a2db2a3db132e69195e388395bb851b3881 100644 (file)
--- a/gdb/NEWS
+++ b/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