aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-01-11 19:29:12 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-01-11 19:29:12 +0000
commitb0f02ee9ae84a32a270c3f402ad660184dff7a46 (patch)
tree08f15ea1931c2f9f76c678dbe8b4cc75cec81b16 /gdb
parent6d390a9ef09bcc7b63166ffeb3c7f97a02673729 (diff)
downloadgdb-b0f02ee9ae84a32a270c3f402ad660184dff7a46.zip
gdb-b0f02ee9ae84a32a270c3f402ad660184dff7a46.tar.gz
gdb-b0f02ee9ae84a32a270c3f402ad660184dff7a46.tar.bz2
gdb/
* NEWS: Document the 0b binary number prefix parsing.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2082d65..7eb2391 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
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