diff options
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a6a29c4..8e1a4f2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -110,6 +110,11 @@ Tue Feb 21 20:48:42 1995 Per Bothner <bothner@kalessin.cygnus.com> Also, make sure structs allocated for return values and invisible reference don't violate STACK_ALIGN. +Tue Feb 21 23:29:59 1995 Per Bothner <bothner@rtl.cygnus.com> + + * ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)' + (same as C's '(TYPE[])EXPR') + Tue Feb 21 11:47:26 1995 Stan Shebs <shebs@andros.cygnus.com> * top.c (print_gdb_version): Update the year. |