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 2082d65..7eb2391 100644 (file)
@@ -1,5 +1,9 @@
 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.
        Describe the new return value.  Return non-zero if data changed.
        (objfile_relocate): New variable changed.  Set it.  Call
index da99aa5..657d0a2 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