From: jkratoch Date: Tue, 12 Jan 2010 04:29:12 +0000 (+0000) Subject: gdb/ X-Git-Tag: pf3gnuchains-20100115~4^2~9 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=afd94cfdc47620ad084806ee6ab5705ecef42e0d;p=pf3gnuchains%2Fpf3gnuchains4x.git gdb/ * NEWS: Document the 0b binary number prefix parsing. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2082d65355..7eb239160e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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. Describe the new return value. Return non-zero if data changed. (objfile_relocate): New variable changed. Set it. Call diff --git a/gdb/NEWS b/gdb/NEWS index da99aa59d9..657d0a2db2 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