aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2010-02-11 23:03:22 +0000
committerPedro Alves <palves@redhat.com>2010-02-11 23:03:22 +0000
commit5d5b640e00fd8d48d15cd3b8118ca281055ada9b (patch)
tree0145348b0ba0829d3ad1142bbec0f4aa0913c288 /gdb/ChangeLog
parent809e8c5f53223eb0a76215d98f9a16c18ede1aff (diff)
downloadgdb-5d5b640e00fd8d48d15cd3b8118ca281055ada9b.zip
gdb-5d5b640e00fd8d48d15cd3b8118ca281055ada9b.tar.gz
gdb-5d5b640e00fd8d48d15cd3b8118ca281055ada9b.tar.bz2
* ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
the offset value isn't of integral type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 17753a9..c26c022 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-11 Pedro Alves <pedro@codesourcery.com>
+
+ * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
+ the offset value isn't of integral type.
+
2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
* breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>: