2009-02-14  DavidAnderson <davea42@earthlink.net>
      * libdwarf.h: Add support for compile-time definition
        of the format for Dwarf_Unsigned types.
        Using macros for DW_PR_DUx etc.
      * dwarf_print_lines.c: Use the DW_PR_DUx macros.
      * configure.in: Define --enable-nonstandardprintf
      * config.h.in: new #undef HAVE_NONSTANDARD_PRINTF_64_FORMAT
      * configure: Regenerated.
      * config.guess, config.sub: Latest version from GNU.
      * dwarf_line.c: Use the DW_PR_DUx macros.
      * dwarf_frame2.c: Use the DW_PR_DUx macros.
      * README: document --enable-nonstandardprintf

2009-02-13  DavidAnderson <davea42@earthlink.net>
      * libdwarf.h: Added argument to dwarf_print_lines()
        for better error reporting.  Added dwarf_check_lineheader()
	which allows some error reporting when not calling dwarf_print_lines().
      * dwarf_print_lines.c: Implements dwarf_check_lineheader() now.
      * dwarf_sort_line.c: Match up with new arguments to 
        dwarf_read_line_table_prefix().
      * dwarf_line.c: Implement new arguments to 
        dwarf_read_line_table_prefix() for better error reporting.
	Allow erroneous ARM-compiler line table header to be used.
      * dwarf_line.h: Adding new argument to dwarf_read_line_table_prefix
        so we can report back on minor errors in the line table prefix.
2009-01-31  DavidAnderson <davea42@earthlink.net>
      * libdwarf.h: Corrected  DW_DLE_LAST.
      * dwarf_frame.c: Remove accidental use of C99 mid-block
        variable definition.
