2014-08-05  David Anderson
     * dwarfdump.cc, common.cc: Updated version string.
2014-08-04  David Anderson
     * dwarfdump.1: Mention -I option.
     * dwarfdump.cc: Remove trailing whitespace.
       Add -I to help output.
     * print_die.cc: Fix an indent.
     * print_debugfission.cc: Remove trailing whitespace on some lines.
     * print_gdbindex.cc: Add culist_len argument to
       print_culist_array so it can pass cu list length
       to symboltable code.  So symboltable code can
       know what indexes are type units and which compilation
       units. Remove trailing whitespace on some lines.
2014-08-03  David Anderson
     * Makefine.in: add print_debugfission.o
     * dwarfdump.cc: Print debugfission data now.
     * globals.h: Add print_gdbindex() and
       print_debugfission_index() interfaces.
       Add RightAlign string function.
     * print_debugfission.cc: New file, implements
       printing the .debug_cu_index and .debug_tu_index
       sections.
     * print_die.c: Fix printing of the section name.
     * print_gdbindex.cc: Fix printing of the section name.
2014-07-02  David Anderson
     * print_die.cc: The printf format for a warning message was
       messed up. Fixed.
2014-07-01  David Anderson
     * dwarfdump.cc, print_gdbindex.cc: Fixed indentation 
       and trailing whitespaces.
2014-07-01  David Anderson
     * print_gdbindex.cc: Now prints gdb_index symboltable.
2014-06-30  David Anderson
     * print_gdbindex.cc: Add types printing.
       Add addressarea printing.
2014-06-29  David Anderson
     * print_gdbindex.cc: Add it into git.
2014-06-28  David Anderson
     * Makefile.in: Add print_gdbindx.o to objects list.
     * dwarfdump.1: Add -I to options list.
     * dwarfdump.cc: Add gdbindex_flag and I option
       and call print_gdb_index().
     * globals.h: Add DEBUG_GDB_INDEX  and
       DW_HDR_GDB_INDEX defines. Declare print_gdb_index().
2014-05-20  David Anderson
     * dwarfdump.cc, common.cc: Updated version string.
     * print_die.cc: Now the dwo_id prints as hex.
2014-05-19  David Anderson
     * dwarfdump.cc, common.cc: Updated version string.
2014-05-19  David Anderson
     * print_die.cc: Removed unused local variables.
       Changed indices to unsigned to remove warnings.
     * die_holder.h: Changed indices to unsigned to remove
       warnings.
2014-05-18  David Anderson
     * dwarfdump.cc,print_die.cc: Fixed indents and
       removed trailing whitespace.
2014-05-14  David Anderson
     * print_die.cc: Complete printing of DW_FORM_GNU_str_index, partial
       of DW_FORM_GNU_addr_index, DW_OP_addrx, DW_OP_constx.
       Support for DW_OP_GNU_const_index too.
       DW_FORM_addrx too.
     * print_frames.cc: Support for  DW_OP_addrx.
     * dwarfdump.cc: Update version string. Minor revision
       of layout of arguments to print_error(), print_error_and_continue().
     * common.cc: Update version string.
2014-05-11  David Anderson
     * print_die.cc: Add printing of DW_FORM_GNU_str_index, partial
       of DW_FORM_GNU_addr_index.
     * dwarfdump.cc: Trivial change to error strings so each is unique.
       Update version string.
     * common.cc: Update version string.
2014-04-15  David Anderson
     * uri.cc(hexdig): was testing 0, fixed to be '0'.
2014-04-14  David Anderson
     * dwarfdump.cc,common.cc: Update version string.
2014-04-12  David Anderson
     * dwarfdump.cc,common.cc: Update version string.
2014-02-13  David Anderson
     * dwarfdump.cc: Minor changes in the commentary relating
       to the search paths for dwarfdump.conf. No code changed.
2014-02-08  David Anderson
     * dwarfdump.cc,common.cc: Update version string.
2014-02-08  David Anderson
     * Makefile.in: Having a single rule build two independent things
       interacted badly with make -j 2 , so now each rule just builds
       a single target (see tag*.list builds).
2014-02-02  David Anderson
     * print_die.cc: One line had incorrect indent. Fixed.
2014-02-02  David Anderson
     * tag_attr.list,tag_attr_ext.list,tag_tree.list,tag_tree_ext.list:
       Removed trailing whitespace.
2014-01-31  David Anderson
     * common.cc,dwarfdump.cc: Updated version string.
2014-01-30  David Anderson
     * print_die.cc: Add some limited support for DW_FORM_GNU_ref_alt
       and DW_FORM_GNU_strp_alt.
2014-01-29  David Anderson
     * checkutil.cc,checkutil.h,common.cc,common.h,dieholder.h,dwarfdump.cc,
       dwconf.cc,dwconf.h,fderegs.h,globals.h,naming.cc,naming.h,
       print_abbrevs.cc,print_aranges.cc,print_die.cc,print_frames.cc,
       print_frames.h,print_lines.cc,print_locs.cc,print_macros.cc,
       print_pubnames.cc,print_ranges.cc,print_reloc.cc,print_reloc.h,
       print_sections.cc,print_sections.h,
       print_static_funcs.cc,print_static_vars.cc,
       print_strings.cc,print_types.cc,print_weaknames.cc,srcfilesholder.h,
       strstrnocase.cc,tag_attr.cc,tag_common.cc,tag_common.h,tag_tree.cc,
       test_printfuncs.cc,uri.cc,uri.h: Remove trailing whitespace.
2014-01-28  David Anderson
     * print_pubnames.cc(print_pubname_style_entry): Use of DieHolder and its
       destructor means a code dwarf_dealloc(...die...)  
       is improper. Removed....
       Failed to define and use a DieHolder instance properly: Fixed.
       Moved local DIEs to use a DieHolder and clarify variable lifetimes.
