Fix Python 3 build: rename GdbMethods
Rename forgotten GdbMethods to python_GdbMethods. gdb/ChangeLog: * python/python.c (python_GdbModuleDef): Rename GdbMethods to python_GdbMethods.
This commit is contained in:
parent
c1d11331c9
commit
02e62830e2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* python/python.c (python_GdbModuleDef): Rename GdbMethods to
|
||||
python_GdbMethods.
|
||||
|
||||
2015-02-27 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* dtrace-probe.c (dtrace_probe_ops): Make extern.
|
||||
|
|
|
@ -2050,7 +2050,7 @@ struct PyModuleDef python_GdbModuleDef =
|
|||
"_gdb",
|
||||
NULL,
|
||||
-1,
|
||||
GdbMethods,
|
||||
python_GdbMethods,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
|
|
Loading…
Reference in a new issue