This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Handle DW_TAG_subrange_type


>  > 2004-01-14  J. Brobecker  <brobecker@gnat.com>
>  > 
>  >         * 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.
>  > 
>  > OK to apply?
> 
> sure

Thank you. Checked in.

(btw, the gcc cleanup I mentionned in my previous message has also been
checked in).

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]