aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-01-08 19:28:09 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-01-08 19:28:09 +0000
commita93c0eb6957e86a30b624c0fb097f9370ea56e9c (patch)
tree76f6e7f536cd5ca047d27674ab673b98520ac797 /gdb/ChangeLog
parent88e2547f139cd37f679460bac0e3ab94feef2533 (diff)
downloadgdb-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/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b1a2c92..07344d9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,15 @@
+2008-01-08 Joel Brobecker <brobecker@adacore.com>
+
+ * 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.
+
2008-01-08 Paul Hilfinger <hilfinger@adacore.com>
* ada-lang.c (ensure_lval): Fix value lval kind.