This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[gold patch] GDB index 1/2: Add new DWARF declarations
- From: Cary Coutant <ccoutant at google dot com>
- To: Ian Lance Taylor <iant at google dot com>, Binutils <binutils at sourceware dot org>
- Date: Thu, 8 Mar 2012 12:00:12 -0800
- Subject: [gold patch] GDB index 1/2: Add new DWARF declarations
This is the first of two patches to add --gdb-index option to gold.
This one just adds a bunch of new DWARF declarations to elfcpp/dwarf.h
(and a necessary fix in reduced_debug_output.cc).
OK?
-cary
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.