old-cross-binutils/gdb/python
Ulrich Weigand 49840f2a66 Fix Python 2.4 build break
This fixes a build failure against Python 2.4 by casting away "const"
on the second argument to PyObject_GetAttrString.  Similar casts to
support Python 2.4 were already present in a number of other places.

gdb/
2014-03-16  Ulrich Weigand  <uweigand@de.ibm.com>

	* python/py-value.c (get_field_flag): Cast flag_name argument to
	PyObject_GetAttrString to support Python 2.4.
2014-03-16 15:04:38 +01:00
..
lib/gdb [Python] Make regexp collection printers work with typedefs as well. 2014-02-26 11:04:12 -08:00
py-arch.c
py-auto-load.c Extension Language API 2014-02-05 19:27:58 -08:00
py-block.c
py-bpevent.c
py-breakpoint.c Extension Language API 2014-02-05 19:27:58 -08:00
py-cmd.c
py-continueevent.c
py-event.c
py-event.h
py-events.h
py-evtregistry.c
py-evts.c
py-exitedevent.c
py-finishbreakpoint.c
py-frame.c
py-framefilter.c change minsym representation 2014-02-26 12:11:16 -07:00
py-function.c
py-gdb-readline.c
py-inferior.c
py-infthread.c
py-lazy-string.c
py-linetable.c Fix Python stack corruption 2014-02-09 18:47:40 +01:00
py-newobjfileevent.c
py-objfile.c
py-param.c
py-prettyprint.c Extension Language API 2014-02-05 19:27:58 -08:00
py-progspace.c
py-signalevent.c
py-stopevent.c
py-stopevent.h
py-symbol.c
py-symtab.c
py-threadevent.c
py-type.c Add missing empty line after declarations in "if" block (py-type.c). 2014-01-15 16:32:05 +04:00
py-utils.c
py-value.c Fix Python 2.4 build break 2014-03-16 15:04:38 +01:00
python-config.py
python-internal.h Extension Language API 2014-02-05 19:27:58 -08:00
python.c Extension Language API 2014-02-05 19:27:58 -08:00
python.h Extension Language API 2014-02-05 19:27:58 -08:00