summaryrefslogtreecommitdiff
path: root/include/dwarf2.def
Commit message (Collapse)AuthorAgeFilesLines
* 2012-09-06 Cary Coutant <ccoutant@google.com>ccoutant2012-09-061-1/+1
| | | | | | | | include/ * dwarf2.def: Edit comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191046 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.devans2012-06-181-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188759 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): Newjakub2012-06-081-0/+4
| | | | | | | | | | forms. * dwarf2.h (enum dwarf_macro_record_type): Add DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt and DW_MACRO_GNU_transparent_include_alt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188337 138bc75d-0d04-0410-961f-82ee72b054a4
* toplevel/include/gfunck2012-05-201-1/+1
| | | | | | | | * dwarf2.def: Update comment re: UPC extensions to reference DWARF4 specification. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187689 138bc75d-0d04-0410-961f-82ee72b054a4
* include/ccoutant2012-05-021-2/+1
| | | | | | | | * dwarf2.def: Remove DW_FORM_GNU_ref_index, replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187061 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.devans2012-04-281-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186934 138bc75d-0d04-0410-961f-82ee72b054a4
* gcctromey2012-04-271-0/+679
* dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name. (dwarf_tag_name): Use get_DW_TAG_name. (dwarf_attr_name): Use get_DW_AT_name. (dwarf_form_name): Use get_DW_FORM_name. * dwarf2cfi.c (dwarf_cfi_name): Use get_DW_CFA_name. include * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute) (enum dwarf_location_atom, enum dwarf_type, enum dwarf_call_frame_info): Remove. (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP) (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros. Include dwarf2.def. (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name) (get_DW_OP_name, get_DW_ATE_name): Declare. * dwarf2.def: New file, from dwarf2.h. libiberty * dwarfnames.c: New file. * Makefile.in (CFILES): Add dwarfnames. (REQUIRED_OFILES): Add dwarfnames. (./dwarfnames.$(objext)): New target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186908 138bc75d-0d04-0410-961f-82ee72b054a4