This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [4.7 PATCH] Decrease size of DW_AT_bit_offset on little-endian targets (PR debug/47946)


>>>>> "Jakub" == Jakub Jelinek <jakub@redhat.com> writes:

Jakub> DWARF4 obsoletes DW_AT_bit_offset with DW_AT_data_bit_offset, but
Jakub> this patch doesn't try to change it for -gdwarf-4, that would be
Jakub> more work (and most probably gdb doesn't handle it yet either).

Unfortunately you are right -- GDB doesn't handle DW_AT_data_bit_offset.
If you want to do that, let me know and I will write a GDB patch for it.

Tom


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