Re: [PATCH 1/2] gdb, dwarf: update code style in read_tag_pointer_type

Tom Tromey <[email protected]> Thu, 30 Jul 2026 10:26:43 -0600
Newsgroups gmane.comp.gdb.patches
Message-ID <[email protected]>
>>>>> Tankut Baris Aktemur <[email protected]> writes:

> Update the code style in read_tag_pointer_type to match current
> practices.

> The declared type of `byte_size` is changed to ULONGEST because we are
> reading an unsigned constant.

Thanks, this is ok.
Approved-By: Tom Tromey <[email protected]>

Tom