This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit] Fix dwarf2_per_objfile_free ChangeLog entry
- From: Doug Evans <dje at google dot com>
- To: gdb-patches at sourceware dot org, brobecker at adacore dot com
- Date: Tue, 18 Jun 2013 21:34:35 -0700
- Subject: [commit] Fix dwarf2_per_objfile_free ChangeLog entry
Hi.
Just a fix to a typo in ChangeLog.
diff -u -p -r1.15714 ChangeLog
--- ChangeLog 18 Jun 2013 23:35:36 -0000 1.15714
+++ ChangeLog 19 Jun 2013 04:32:15 -0000
@@ -11,7 +11,7 @@
2013-06-18 Joel Brobecker <brobecker@adacore.com>
- * dwarf2read.c (dwarf2_per_objfile): Replace uses of
+ * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
DWARF2_PER_OBJFILE by uses of DATA instead.
2013-06-18 Tom Tromey <tromey@redhat.com>