This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/4] Add a dwarf unit type to represent 24 bit values.
- From: Tom Tromey <tom at tromey dot com>
- To: John Darrington <john at darrington dot wattle dot id dot au>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 07 Sep 2018 15:50:00 -0600
- Subject: Re: [PATCH 2/4] Add a dwarf unit type to represent 24 bit values.
- References: <20180829141845.26378-1-john@darrington.wattle.id.au> <20180829141845.26378-3-john@darrington.wattle.id.au>
>>>>> "John" == John Darrington <john@darrington.wattle.id.au> writes:
John> * include/dwarf2.h (enum dwarf_unit_type) [DE_EH_PE_udata3]: New member.
John> ---
John> include/dwarf2.h | 1 +
John> 1 file changed, 1 insertion(+)
I'm afraid I didn't look at the earlier discussion of this.
dwarf2.h is canonically maintained in the gcc repository. So, any
change here has to be sent to gcc-patches and be committed there first.
Then the patch can be applied to gdb -- this counts as obvious (IMO).
Tom