* dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
authorJoel Brobecker <brobecker@gnat.com>
Sat, 17 Jan 2004 05:35:47 +0000 (05:35 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Sat, 17 Jan 2004 05:35:47 +0000 (05:35 +0000)
commita02abb620155b70af8f105bf8fc8990b151f3242
treefe44eede29fecb72f2c24e7b776225157dfd2f3d
parentcf5b2f1b3af009aaa4b9af2dd5e70f4754c5da00
    * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
        Delete, no longer used.
        (read_subrange_type): New function, mostly extracted from
        read_array_type().
        (read_array_type): Replace extracted code by call to
        read_subrange_type().
        (dwarf2_get_attr_constant_value): New function.
        (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
        (add_partial_symbol): Likewise.
        (process_die): Likewise.
        (new_symbol): Likewise.
        (read_type_die): Likewise.
gdb/ChangeLog
gdb/dwarf2read.c