diff options
author | Per Bothner <per@bothner.com> | 1995-02-22 07:43:01 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-02-22 07:43:01 +0000 |
commit | 835c25596515ca0a2376d43ce96c04674e683c2b (patch) | |
tree | bb279f526ce949adc60b072d4f4ca518f94bf553 /gdb/ChangeLog | |
parent | d439f0eca605216e5fca7314bf827248273d33a9 (diff) | |
download | gdb-835c25596515ca0a2376d43ce96c04674e683c2b.zip gdb-835c25596515ca0a2376d43ce96c04674e683c2b.tar.gz gdb-835c25596515ca0a2376d43ce96c04674e683c2b.tar.bz2 |
* ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)'
(same as C's '(TYPE[])EXPR')
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 86b5499..9cdbb9e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Tue Feb 21 20:48:42 1995 Per Bothner <bothner@kalessin.cygnus.com> + + * valops.c (call_function_by_hand): Set using_gcc to 2 if gcc-2. + Call error if too few arguments. + If REG_STRUCT_HAS_ADDR (structs passed by invisible reference), + copy and convert to reference *before* we calculate alignment. + Also, make sure structs allocated for return values and invisible + reference don't violate STACK_ALIGN. + Tue Feb 21 11:47:26 1995 Stan Shebs <shebs@andros.cygnus.com> * top.c (print_gdb_version): Update the year. |