diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-01-04 06:31:52 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-01-04 06:31:52 +0000 |
commit | a6cfbe68911886e8d7e2781d8cd70ff0490c9e90 (patch) | |
tree | a2c43bd8c15a86740cca421a022071f34b3532e4 /gdb/ChangeLog | |
parent | fd678c65736388e1f0bd2500b16a8325963f06cd (diff) | |
download | gdb-a6cfbe68911886e8d7e2781d8cd70ff0490c9e90.zip gdb-a6cfbe68911886e8d7e2781d8cd70ff0490c9e90.tar.gz gdb-a6cfbe68911886e8d7e2781d8cd70ff0490c9e90.tar.bz2 |
* ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
the appropriate type rather than a bogus void type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 56927d7..7f47dab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2007-01-04 Joel Brobecker <brobecker@adacore.com> + * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with + the appropriate type rather than a bogus void type. + +2007-01-04 Joel Brobecker <brobecker@adacore.com> + * ada-lang.h (ada_find_printable_frame): Remove. (ada_exception_catchpoint_p, ada_decode_exception_location) (ada_decode_assert_location): Add declaration. |