From 4a399546aa148a7a7767dce7d17ef1a87906f47d Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Mon, 29 Jun 2009 17:33:32 +0000 Subject: * ada-lang.h (ada_convert_actual): Add GDBARCH argument. * ada-lang.c (convert_actual): Remove stale prototype. (ensure_lval, make_array_descriptor, ada_convert_actual): Add GDBARCH argument and pass through to subroutine calls. (ensure_lval): Use GDBARCH instead of current_gdbarch. * infcall.c (value_arg_coerce): Update ada_convert_actual call. --- gdb/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f29c3fc..18832c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2009-06-29 Ulrich Weigand + * ada-lang.h (ada_convert_actual): Add GDBARCH argument. + * ada-lang.c (convert_actual): Remove stale prototype. + (ensure_lval, make_array_descriptor, ada_convert_actual): + Add GDBARCH argument and pass through to subroutine calls. + (ensure_lval): Use GDBARCH instead of current_gdbarch. + * infcall.c (value_arg_coerce): Update ada_convert_actual call. + +2009-06-29 Ulrich Weigand + * ada-lang.c (resolve): Use per-architecture void type instead of platform-independent one. (ada_evaluate_subexp) [STRUCTOP_STRUCT]: Likewise. -- cgit v1.1