This is the mail archive of the
elfutils-devel@sourceware.org
mailing list for the elfutils project.
Re: Recognize .debug_macro/DW_AT_GNU_macros
- From: Roland McGrath <roland at hack dot frob dot com>
- To: elfutils-devel at lists dot fedorahosted dot org
- Date: Tue, 26 Jun 2012 18:14:50 -0700
- Subject: Re: Recognize .debug_macro/DW_AT_GNU_macros
dwarf.h should get all the new constants, and it doesn't need comments with
references. The DW_*_GNU_* names are enough to know what to look up.
If we can support the new format entirely with the existing libdw API, then
I agree that is the right thing to do.
Thanks,
Roland