diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-06-29 17:33:32 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-06-29 17:33:32 +0000 |
commit | 4a399546aa148a7a7767dce7d17ef1a87906f47d (patch) | |
tree | 1c917fd90b0139f2cb3686a4610c1c3a992e650e /gdb/ada-lang.h | |
parent | 30b155416bc2f21436603dcbf37d3dd0400813c6 (diff) | |
download | gdb-4a399546aa148a7a7767dce7d17ef1a87906f47d.zip gdb-4a399546aa148a7a7767dce7d17ef1a87906f47d.tar.gz gdb-4a399546aa148a7a7767dce7d17ef1a87906f47d.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r-- | gdb/ada-lang.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index eebe062..c314867 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -265,6 +265,7 @@ extern void ada_printstr (struct ui_file *, struct type *, const gdb_byte *, struct value *ada_convert_actual (struct value *actual, struct type *formal_type0, + struct gdbarch *gdbarch, CORE_ADDR *sp); extern struct value *ada_value_subscript (struct value *, int, |