This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH][COMMITTED] Fix paths in ChangeLog entry


Hi.

Checked in as obvious.

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6b7f6d3..7bc35d1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,8 +1,8 @@
 2014-10-13  Doug Evans  <dje@google.com>
 
-	* py-objfile.c (objfpy_initialize): New function.
+	* python/py-objfile.c (objfpy_initialize): New function.
 	(objfpy_new, objfile_to_objfile_object): Call it.
-	* py-progspace.c (pspy_initialize): New function.
+	* python/py-progspace.c (pspy_initialize): New function.
 	(pspy_new, pspace_to_pspace_object): Call it.
 
 2014-10-13  Miroslav Franc  <mfranc@redhat.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]