From b0f02ee9ae84a32a270c3f402ad660184dff7a46 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 11 Jan 2010 19:29:12 +0000 Subject: gdb/ * NEWS: Document the 0b binary number prefix parsing. --- gdb/NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/NEWS') diff --git a/gdb/NEWS b/gdb/NEWS index da99aa5..657d0a2 100644 --- 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 -- cgit v1.1