From b0f02ee9ae84a32a270c3f402ad660184dff7a46 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 11 Jan 2010 19:29:12 +0000 Subject: [PATCH] gdb/ * NEWS: Document the 0b binary number prefix parsing. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2082d653557..7eb239160ee 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-01-11 Jan Kratochvil + + * NEWS: Document the 0b binary number prefix parsing. + 2010-01-11 Jan Kratochvil * objfiles.c (objfile_relocate1): Change the return type to int. diff --git a/gdb/NEWS b/gdb/NEWS index da99aa59d96..657d0a2db2a 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 -- 2.30.2