binutils-gdb/gdb/python
Ulrich Weigand 22601c155d * ada-lang.c (assign_component): Use platform-specific integer type
instead of builtin_type_int32 type.
	(ada_evaluate_subexp) [OP_ATR_SIZE]: Likewise.

	* ax-gdb.c (gen_expr) [UNOP_NEG]: Use platform-specific integer type
	instead of builtin_type_int8 type.
	* valarith.c (value_x_unop): Likewise.
	* python/python-value.c (valpy_absolute): Avoid reference to
	builtin_type_int8 type.

	* eval.c (evaluate_subexp_standard): Use platform-specific integer
	type instead of builtin_type_int8 as EVAL_SKIP return value type.
	* ada-lang.c (ada_evaluate_subexp): Likewise.
	* jv-lang.c (evaluate_subexp_java): Likewise.
	* m2-lang.c (evaluate_subexp_modula2): Likewise.
	* scm-lang.c (evaluate_exp): Likewise.

	* value.h (value_bitstring): Add INDEX_TYPE argument.
	* valops.c (value_bitstring): Add INDEX_TYPE argument, use it instead
	of builtin_type_int32 as base range type.
	* eval.c (evaluate_subexp_standard): Update value_bitstring call.
2009-07-02 12:20:18 +00:00
..
python-cmd.c
python-frame.c
python-function.c
python-internal.h gdb 2009-05-28 01:09:20 +00:00
python-objfile.c gdb 2009-05-28 00:40:24 +00:00
python-prettyprint.c 2009-05-28 Pierre Muller <muller@ics.u-strasbg.fr> 2009-05-28 16:30:39 +00:00
python-type.c * gdbtypes.h (struct language_defn): Add forward declaration. 2009-06-17 18:46:26 +00:00
python-utils.c
python-value.c * ada-lang.c (assign_component): Use platform-specific integer type 2009-07-02 12:20:18 +00:00
python.c gdb 2009-05-28 16:49:55 +00:00
python.h gdb 2009-05-28 01:05:14 +00:00