* eval.c (evaluate_struct_tuple): New function. Used to evaluate
authorPer Bothner <per@bothner.com>
Wed, 27 Sep 1995 17:24:45 +0000 (17:24 +0000)
committerPer Bothner <per@bothner.com>
Wed, 27 Sep 1995 17:24:45 +0000 (17:24 +0000)
commit37d190e0057b8654a308d39ca709eb0583d9137f
treebbb633ac513806fa4fe4f46fa88ab86df3fef100
parent4cbbec3182422f6a4633947ad7e346f3115f8b71
* eval.c (evaluate_struct_tuple):  New function.  Used to evaluate
structure tuples.  Now also handles Chill variant records.
(get_label):  New function, used by evaluate_struct_tuple.
(evaluate_subexp_standard case OP_ARRAY):  Use evaluate_struct_tuple.
(evaluate_labeled_field_init):  Removed.
* valops.c (search_struct_field):  Generalize to work with Chill
variant records.
gdb/ChangeLog
gdb/valops.c