aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-05-20 14:40:23 +0000
committerPedro Alves <palves@redhat.com>2011-05-20 14:40:23 +0000
commit6823e2b15fda7db14e4a8c85ed105024ce5ada21 (patch)
treefb5baf34f8c2ffee63f1538380b3e6f86191afad /gdb/ChangeLog
parenteec52c44580c6571592a0a4e96dba81a32efebb3 (diff)
downloadgdb-6823e2b15fda7db14e4a8c85ed105024ce5ada21.zip
gdb-6823e2b15fda7db14e4a8c85ed105024ce5ada21.tar.gz
gdb-6823e2b15fda7db14e4a8c85ed105024ce5ada21.tar.bz2
2011-05-20 Pedro Alves <pedro@codesourcery.com>
gdb/ * tracepoint.c (tfile_open): Delete #if 0'd code.
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 0cd3c74..fa656bd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-20 Pedro Alves <pedro@codesourcery.com>
+
+ * tracepoint.c (tfile_open): Delete #if 0'd code.
+
2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
Fix -readnow for -gdwarf-4 unused type units.