aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-06-05 17:32:51 +0000
committerTom Tromey <tromey@redhat.com>2013-06-05 17:32:51 +0000
commit351a6f0219ca55bda51307e064b18aaaa79b5521 (patch)
tree10ca03ffca94bc268458d0103fb407b7ee6e289b /gdb/ChangeLog
parentb77420921a4dc28e5b75fcbfb3a34ea21d512ad2 (diff)
downloadgdb-351a6f0219ca55bda51307e064b18aaaa79b5521.zip
gdb-351a6f0219ca55bda51307e064b18aaaa79b5521.tar.gz
gdb-351a6f0219ca55bda51307e064b18aaaa79b5521.tar.bz2
* python/py-utils.c (gdb_pymodule_addobject): Cast away const.
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 6b56ef5..61a867d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-05 Tom Tromey <tromey@redhat.com>
+
+ * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
+
2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
Pedro Alves <palves@redhat.com>