* f-typeprint.c, valarith.c, valprint.c, typeprint.c, eval.c:
authorPer Bothner <per@bothner.com>
Thu, 30 Nov 1995 02:32:29 +0000 (02:32 +0000)
committerPer Bothner <per@bothner.com>
Thu, 30 Nov 1995 02:32:29 +0000 (02:32 +0000)
commitbcbf388e993d206027da59f87014ca561ebdd6fc
treea8b686f6b38bff9aceb548ac1ea5465320c7f544
parent940d596798931962895918454d2ca6bd14b83b1b
* f-typeprint.c, valarith.c, valprint.c, typeprint.c, eval.c:
Add check_typedef/CHECK_TYPEDEF as needed.
* f-typeprint.c:  Various cleaning up.
* valarith.c (value_subscript):  Also subscript bitstrings (for Chill).
* typeprint.c (print_type_scalar):  Also support TYPE_CODE_RANGE.
* eval.c (evaluate_subexp_standard case OP_ARRAY):  Implement
support for labelled array tuples and ranges in powerset tuples.
(init_array_element):  New function.
gdb/ChangeLog
gdb/eval.c
gdb/f-typeprint.c
gdb/typeprint.c
gdb/valarith.c
gdb/valprint.c