]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* c-exp.y (exp): Add production to support direct creation
authorFred Fish <fnf@specifix.com>
Tue, 19 Jan 1993 23:00:19 +0000 (23:00 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 19 Jan 1993 23:00:19 +0000 (23:00 +0000)
commitec16f7015b91a7324011b41f6a13dfab0fd5d21a
treee7f4babdb56207372200a6e11c3f46b4bbcacb97
parentfa2b89f1032989451742a5a75bcdec34736f903a
* c-exp.y (exp):  Add production to support direct creation
of array constants using the obvious syntax.
* c-valprint.c (c_val_print):  Set printed string length.
* dwarfread.c (read_tag_string_type):  New prototype and
function that handles TAG_string_type DIEs.
* dwarfread.c (process_dies):  Add case for TAG_string_type
that calls new read_tag_string_type function.
* expprint.c (print_subexp):  Add support for OP_ARRAY.
* gdbtypes.c (create_range_type, create_array_type):  Inherit
objfile from the index type.
**** start-sanitize-chill ****
* ch-typeprint.c (chill_print_type):  Add case for
TYPE_CODE_STRING.
* ch-valprint.c (chill_val_print):  Fix case for
TYPE_CODE_STRING.
**** end-sanitize-chill ****
gdb/c-exp.y
gdb/c-valprint.c
gdb/ch-typeprint.c
gdb/ch-valprint.c
gdb/dwarfread.c
gdb/gdbtypes.c