From: Doug Evans Date: Mon, 13 Oct 2014 20:33:09 +0000 (-0700) Subject: fix file paths in previous commit X-Git-Tag: binutils-2_25~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ff5a0f675d5a806dfd7f9671d72727d1c30cde2;p=thirdparty%2Fbinutils-gdb.git fix file paths in previous commit --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6b7f6d35106..7bc35d1c372 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,8 +1,8 @@ 2014-10-13 Doug Evans - * 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