2012-12-01  David Anderson
     * dwarfdump.cc: Change printf (3 places) to cout.
2012-11-30  David Anderson
     * dwarfdump.cc, common.cc: Update version string.
     * print_die.cc: Now prints various DW_OP_GNU
       operators.
2012-11-29  David Anderson
     * dwarfdump.cc,print_die.cc: Now all follow
       dicheck indent rules.
2012-11-29  David Anderson
     * dwarfdump.cc, common.cc: Update version string.
2012-11-27  David Anderson
     * dwarfdump.cc, common.cc: Update version string.
2012-11-20  David Anderson
     * dwarfdump.cc, common.cc: Update version string.
2012-11-17  David Anderson
     * configure regenerated with autoconf 2.69
     * dwarfdump.cc, common.cc: Update version string.
2012-11-17  David Anderson
     * checkutil.cc,checkutil.h,common.cc,dieholder.h,dwarfdump.cc,
       dwconf.cc,fderegs.h,globals.h,naming.cc,print_abbrevs.cc,
       print_aranges.cc,print_die.cc,print_frames.cc,print_lines.cc,
       print_locs.cc,print_macros.cc,print_reloc.h,print_strings.cc,
       print_types.cc,srcfilesholder.h,strstrnocase.cc,
       tag_attr.cc,tag_attr_ext.list,tag_attr.list, 
       tag_tree_ext.list,tag_tree.list: Update copyright.
2012-11-15  CarlosAlbertoEnciso <carlos.alberto.enciso@gmail.com>
     * checkutil.cc:  Consistent layout for if, for statements.
     * checkutil.h:  Consistent layout for if, for statements.
     * common.cc: Consistent layout for if statements.
       Include "config.h".
       Minor layout change for #ifdef _DEBUG.
     * dieholder.h:  Consistent layout for if statements.
     * dwarfdump.1: Changes for new options: -E*, -h, -ls, -kE, plus
       some minor typo corrections.
     * dwarfdump.cc: Consistent layout for if, for statements.
       Expand -E option to print the full information for 
       the ELF header
       (32-bit and 64-bit) to include additional fields (e_ehsize,
       e_phentsize, e_phnum, e_shentsize, e_shnum, e_shstrndx). Also,
       depending on the additional option to -E, the index, address,
       size and name for sections is printed. The additional option
       follow the convention used for -o option and can include any of
       the letters: hliaprfoRstxd.
       -Eh print information for the ELF header
       -E{liaprfoRs} print information for debug related sections
       -Ex print information for .text section
       -Ed same as -E{liaprfoRstx}.
       -E print the ELF header and the info for all available sections.
       New option: -kE, the attribute encodings are checked
       to see if they can use fewer bytes when encoded using LEB128.
       Expand -l option to print line information with no offsets
       values (-ls). Useful for comparisons.
       Expand -S option to print number of occurrences for the
       searched pattern (-Sv <search_options>.
       Remove support for internally quoted strings.
       Remove extra 'break' for case 'o' in 'process_args'.
       Include the value zero for -# (internal debug level)
       Fix layout for 'qsort_compare_compiler'.
     * dwconf.cc: Consistent layout for if statements.
     * fderegs.h: Consistent layout for if statements.
     * globals.h: Add externs for new globals.
     * naming.cc: Consistent layout for if, for statements.
     * print_abbrevs.cc: Consistent layout for if statements.
     * print_aranges.cc: Consistent layout for if statements.
     * print_die.cc: Consistent layout for if, for and switch statements.
       Remove unused symbols 'seen_PU_base_address', 
       'seen_PU_high_address'.  Rename 'errno' to 
       'dwerrno' to avoid conflict with system symbol.
       Missing DWARF_CHECK_COUNT and DWARF_CHECK_ERROR 
       when testint self references category.
       Support for counting number of occurrences of the pattern being
       searched (See -S option).
       Add support for new option -kE; the atrribute 
       encodings are checked to see if they can use 
       fewer bytes when encoded using LEB128. New
       functions 'check_attributes_encoding', 
       'print_attributes_encoding'
       and new data structure 'a_attr_encoding' were created.
       Include DW_TAG_template_alias in the function 
       'get_attr_value' as it
       refers to a type in the case of checks for type offsets.
       Remove support for internally quoted strings.
     * print_frames.cc: Consistent layout for if statements.
     * print_lines.cc: Consistent layout for if statements.
       Implement the ability to print line information 
       with no offset values (useful when comparisons are 
       required, as the pc values can change
       but the basic line information remains the same). 
       Minor layout changes.
     * print_locs.cc: Consistent layout for if statements.
     * print_macros.cc: Consistent layout for if statements.
     * print_ranges.cc: Consistent layout for if and for statements.
     * print_reloc.cc: Consistent layout for if statements.
       Includes print_reloc.h now.
       Move names for relocation types to individual 
       header files based on architecture (ARM, MIPS, PPC, 
       PPC64, X86_64).
       Fix incorrect layout for 'set_relocation_table_names' function.
       Use condition compilation symbols (DWARF_RELOC_MIPS, 
       DWARF_RELOC_PPC, DWARF_RELOC_PPC64, DWARF_RELOC_ARM, 
       DWARF_RELOC_X86_64)in the function 
       'set_relocation_table_names' to get relocation 
       table information.  
       Add support for X86_64 architecture.
     * print_reloc.h: Move definitions for relocation types 
       to individual header files based on architecture 
       (ARM, MIPS, PPC, PPC64, X86_64). 
     * print_strings.cc: Consistent layout for if statements.
     * print_types.cc: Consistent layout for if statements.
     * srcfilesholder.h: Consistent layout for if statements.
     * strstrnocase.cc: Consistent layout for if and for statements.
     * tag_attr.cc: Consistent layout for if and for statements.
     * tag_attr.list: Add some missing attributes and 
       the complete set for DW_TAG_rvalue_reference_type; 
       remove a duplicated DW_AT_name.
     * tag_common.cc: Consistent layout for if statements.
     * tag_tree.cc: Consistent layout for if and for statements.
       Add include of libdwarf.h and move include of naming.h
     * test_printfuncs.cc:  Consistent layout for if and for statements.
     * tag_tree.list: Missing DW_TAG_union_type to allow 
       verification of nested unions.
     * uri.cc: Consistent layout for if and for statements.
2012-04-10  DavidAnderson <davea42@earthlink.net>
     * dwarfdump.cc, common.cc: Updated version string. 
