diff options
author | Per Bothner <per@bothner.com> | 1995-01-04 01:07:15 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-01-04 01:07:15 +0000 |
commit | 2d67c7e986e0502739a211e899573dee17f21346 (patch) | |
tree | a44dbf8e3d6dcf21286bffa18280be0cd309bbb7 /gdb/ChangeLog | |
parent | 3bcf418186358df5756e645b6e6034198b3ce2b6 (diff) | |
download | gdb-2d67c7e986e0502739a211e899573dee17f21346.zip gdb-2d67c7e986e0502739a211e899573dee17f21346.tar.gz gdb-2d67c7e986e0502739a211e899573dee17f21346.tar.bz2 |
* ch-exp.y (literal): Recognize NULL.
(tuple): Parse simple unlabelled tuples.
* eval.c (evaluate_subexp case OP_ARRAY): Use expect_type to
evaluate brace-initializer-expressions depending on context.
(evaluate_subexp case UNOP_CAST): Pass the target type as
expected type when evaluating the expression.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 745e2ea..80dcb36 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ Tue Jan 3 16:52:03 1995 Per Bothner <bothner@kalessin.cygnus.com> + * ch-exp.y (literal): Recognize NULL. + (tuple): Parse simple unlabelled tuples. + * eval.c (evaluate_subexp case OP_ARRAY): Use expect_type to + evaluate brace-initializer-expressions depending on context. + (evaluate_subexp case UNOP_CAST): Pass the target type as + expected type when evaluating the expression. + * ch-typeprint.c (chill_type_print_base): Get names of PTR and BOOL from TYPE_NAME. * ch-valprint.c (chill_print_type_scalar): New function, to handle |