]> Git Repo - binutils.git/commitdiff
Fix Python 3 build: rename GdbMethods
authorSimon Marchi <[email protected]>
Fri, 27 Feb 2015 22:40:36 +0000 (17:40 -0500)
committerSimon Marchi <[email protected]>
Fri, 27 Feb 2015 23:02:40 +0000 (18:02 -0500)
Rename forgotten GdbMethods to python_GdbMethods.

gdb/ChangeLog:

* python/python.c (python_GdbModuleDef): Rename GdbMethods to
python_GdbMethods.

gdb/ChangeLog
gdb/python/python.c

index 32851c95f24bf5be165f8f60d310c599c3a614e2..463c57e4d3057f5067590c8e7b37f72c5e181b17 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-27  Simon Marchi  <[email protected]>
+
+       * python/python.c (python_GdbModuleDef): Rename GdbMethods to
+       python_GdbMethods.
+
 2015-02-27  Pedro Alves  <[email protected]>
 
        * dtrace-probe.c (dtrace_probe_ops): Make extern.
index a13638fa10756ddc74240fecb7c01c08226cf425..c3ffbae18237bf35b0a25747d41e6165fc68fa28 100644 (file)
@@ -2050,7 +2050,7 @@ struct PyModuleDef python_GdbModuleDef =
   "_gdb",
   NULL,
   -1,
-  GdbMethods,
+  python_GdbMethods,
   NULL,
   NULL,
   NULL,
This page took 0.035023 seconds and 4 git commands to generate.