diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-01-08 19:28:09 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-01-08 19:28:09 +0000 |
commit | a93c0eb6957e86a30b624c0fb097f9370ea56e9c (patch) | |
tree | 76f6e7f536cd5ca047d27674ab673b98520ac797 /gdb/Makefile.in | |
parent | 88e2547f139cd37f679460bac0e3ab94feef2533 (diff) | |
download | gdb-a93c0eb6957e86a30b624c0fb097f9370ea56e9c.zip gdb-a93c0eb6957e86a30b624c0fb097f9370ea56e9c.tar.gz gdb-a93c0eb6957e86a30b624c0fb097f9370ea56e9c.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 45c3d29..3cdb41b 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2272,7 +2272,7 @@ ia64-tdep.o: ia64-tdep.c $(defs_h) $(inferior_h) $(gdbcore_h) \ infcall.o: infcall.c $(defs_h) $(breakpoint_h) $(target_h) $(regcache_h) \ $(inferior_h) $(gdb_assert_h) $(block_h) $(gdbcore_h) $(language_h) \ $(objfiles_h) $(gdbcmd_h) $(command_h) $(gdb_string_h) $(infcall_h) \ - $(dummy_frame_h) + $(dummy_frame_h) $(ada_lang_h) inf-child.o: inf-child.c $(defs_h) $(regcache_h) $(memattr_h) $(symtab_h) \ $(target_h) $(inferior_h) $(gdb_string_h) infcmd.o: infcmd.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \ |