mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
0c4a40633c
* acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function. (GDB_AC_WITH_DIR): Call it. * configure.ac: Define WITH_PYTHON_PATH if we can find the python installation directory. * config.in: Regenerate. * configure: Regenerate. * defs.h (python_libdir): Declare. * main.c (python_libdir): Define. (captured_main): Initialize python_libdir. * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH, call Py_SetProgramName to make sure python can find its libraries and modules. |
||
---|---|---|
.. | ||
py-auto-load.c | ||
py-block.c | ||
py-breakpoint.c | ||
py-cmd.c | ||
py-frame.c | ||
py-function.c | ||
py-lazy-string.c | ||
py-objfile.c | ||
py-param.c | ||
py-prettyprint.c | ||
py-progspace.c | ||
py-symbol.c | ||
py-symtab.c | ||
py-type.c | ||
py-utils.c | ||
py-value.c | ||
python-config.py | ||
python-internal.h | ||
python.c | ||
python.h |