* ada-lang.c (ada_convert_actual): Renames convert_actual.
commit319d28f79ffa31ba2c73a5750e7461c0e8e1b35f
authorJoel Brobecker <brobecker@gnat.com>
Tue, 8 Jan 2008 19:28:09 +0000 (8 19:28 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 8 Jan 2008 19:28:09 +0000 (8 19:28 +0000)
tree9e8832d3c30834b5562b9ba269f427df4e89ade9
parent8387904908172a7838a5210d0591624420140ab9
    * ada-lang.c (ada_convert_actual): Renames convert_actual.
        Make non-static.
        (ada_convert_actuals): Delete.
        * ada-lang.h (ada_convert_actual): Add declaration.
        (ada_convert_actuals): Remove declaration.
        * infcall.c: #include "ada-lang.h".
        (value_arg_coerce): Add new parameter sp.  Update function
        documetnation.  Add handling of Ada function call parameters.
        * Makefile.in (infcall.o): Update dependencies.
gdb/ChangeLog
gdb/Makefile.in
gdb/ada-lang.c
gdb/ada-lang.h
gdb/infcall.c