aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-07-27 19:22:17 +0000
committerTom Tromey <tromey@redhat.com>2012-07-27 19:22:17 +0000
commit826f00411deecfe08e004e584f1f2b79f915b7af (patch)
tree92b012fb9b6e61cf48a63ac062ff3ee9c6ccbebe /gdb/ChangeLog
parent84552b164d4b5dc25334566f68f2b8aca72c8db0 (diff)
downloadgdb-826f00411deecfe08e004e584f1f2b79f915b7af.zip
gdb-826f00411deecfe08e004e584f1f2b79f915b7af.tar.gz
gdb-826f00411deecfe08e004e584f1f2b79f915b7af.tar.bz2
* c-exp.y (classify_name): Avoid assignment in condition.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0ba1827..97934fa 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-27 Tom Tromey <tromey@redhat.com>
+
+ * c-exp.y (classify_name): Avoid assignment in condition.
+
2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
* amd64-windows-tdep.c: Include "frame.h".