* ch-exp.y: Remove ambiguities. Fix or add support for
authorPer Bothner <per@bothner.com>
Wed, 7 Apr 1993 22:15:48 +0000 (22:15 +0000)
committerPer Bothner <per@bothner.com>
Wed, 7 Apr 1993 22:15:48 +0000 (22:15 +0000)
commit8a177da6582bc176c0dd3b58583c8096674ea853
treefd3dcf916ad17d96e1e1ef19f817df1af9c8737d
parentbee218aaac30e76d6a530d6656ff576cd1f2a618
* ch-exp.y:  Remove ambiguities.  Fix or add support for
UNOP_IND, UNOP_CAST, UNOP_ADDR, STRUCOP_STRUCT, OP_TYPE.
* ch-typeprint.c (chill_print_type):  Move support
for TYPE_CODE_ARRAY and TYPE_CODE_STRING from here ...
* ch-typeprint.c (chill_type_print_base): ... here.
* ch-typeprint.c (chill_type_print_base):  Improve
support for PTR, REF, and FUNC types.
* ch-valprint.c:  Prefer H'%x format to 0x%s.
* ch-valprint.c (chill_val_print):  Add support for printing
TYPE_CODE_REF (return for LOC parameters and variables).
Use c_val_print to print random types (including ENUM).
* ch-valprint,c (chill_print_value_fields):  Make
output look more like Chill tuples.
* stabsread.c (read_struct_type):  Factor common code.
gdb/ChangeLog
gdb/ch-exp.y
gdb/ch-typeprint.c
gdb/ch-valprint.c
gdb/stabsread.c
This page took 0.024016 seconds and 4 git commands to generate.