This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [gold patch] GDB index 1/2: Add new DWARF declarations
Cary Coutant <ccoutant@google.com> writes:
>> 2012-03-08 ÂCary Coutant Â<ccoutant@google.com>
>>
>> elfcpp/
>>
>> Â Â Â ÂUpdate DWARF enums from ../include/dwarf2.h.
>> Â Â Â Â* dwarf.h (enum DW_TAG): Add new DWARF-4 tags.
>> Â Â Â Â(enum DW_FORM): Add new DWARF-4 and Fission extensions.
>> Â Â Â Â(enum DW_AT): New enum.
>> Â Â Â Â(enum DW_LINE_EXTENDED_OPS): Add new DWARF-4 opcode.
>> Â Â Â Â(enum DW_ENCODING): Add new DWARF-4 encoding.
>> Â Â Â Â(enum DW_OP): Add new DWARF-4 opcodes.
>> Â Â Â Â(enum DW_CHILDREN): New enum.
>> Â Â Â Â(enum DW_LANG): New enum.
>>
>> gold/
>>
>> Â Â Â Â* reduced_debug_output.cc
>> Â Â Â Â(Output_reduced_debug_info_section::get_die_end): Add new FORM
>> Â Â Â Âcodes to switch.
This is OK.
Thanks.
Actually you might want to consider putting these on the binutils 2.22
branch also, since it looks like they will be needed to get good error
messages from gold when using -gdwarf-4.
Ian