* dbxread.c (process_one_symbol): Constify section_offsets parameter.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index ebede029adbd8d59486f304f6ff01096141d0343..63f0910b9876e08c0a3f4ce87f4c1387a256fad3 100644 (file)
@@ -1,3 +1,92 @@
+2013-05-02  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c: Add support for MSP430X architecture.
+
+2013-05-02  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf.c (display_debug_lines_raw): Do not treat .debug_line.dwo
+       sections as if they were fragmentary .debug_line sections.
+       (display_debug_lines_decoded): Likewise.
+
+2013-04-29  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf.c (read_debug_line_header): New function.  Reads in a
+       header in a .debug_line section.
+       (display_debug_lines_raw): Use new function.  Handle fragmentary
+       .debug_line sections.
+       (display_debug_lines_decoded): Likewise.
+       * readelf.c (process_section_headers): Handle fragmenatry
+       .debug_line sections.
+       (display_debug_section): Likewise.
+
+2013-04-26  Ian Lance Taylor  <iant@google.com>
+
+       * MAINTAINERS: Add myself and Cary as gold maintainers.
+
+2013-04-08  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf.c (process_debug_info): Check dwarf_cutoff_level.
+
+2013-04-08  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf-mode.el: Bump version number.
+       (dwarf-mode): Remove autoload.
+       (dwarf-die-reference): Relax regexp.
+
+2013-04-05  Alan Modra  <amodra@gmail.com>
+
+       PR binutils/15324
+       * configure.in: Add strnlen to AC_CHECK_DECLS, sort.
+       * dwarf.c (strnlen): Provide fallback decl.
+       * config.in: Regnerate.
+       * configure: Regenerate.
+
+2013-03-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * dwarf.c (process_debug_info): Increment hdrptr by 8 after
+       SAFE_BYTE_GET64.
+
+2013-03-27  Phil Krylov <phil.krylov@gmail.com>
+
+       PR binutils/13409
+       * winduni.c (codepages[]): Use UTF-16LE.
+       (wind_MultiByteToWideChar): Likewise.
+       (wind_WideCharToMultiByte): Likewise.
+
+2013-03-27  Alan Modra  <amodra@gmail.com>
+
+       PR binutils/15206
+       * dwarf.c (read_and_display_attr_value): Cast format '*' arg to int.
+
+2013-03-26  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/15206
+       * dwarf.c (SAFE_BYTE_GET): New macro - checks remaining buffer
+       space before calling byte_get.
+       (SAFE_BYTE_GET_AND_INC): New macro.
+       (SAFE_SIGNED_BYTE_GET): New macro.
+       (SAFE_SIGNED_BYTE_GET_AND_INC): New macro.
+       (SAFE_BYTE_GET64): New macro.
+       (process_extened_line_op): Use new macros.  Use strnlen when
+       appropriate.
+       (fetch_indirect_string): Likewise.
+       (get_FORM_name): Likewise.
+       (decode_location_expression): Likewise.
+       (read_and_display_attr_value): Likewise.
+       (process_debug_info): Likewise.
+       (display_debug_lines_raw): Likewise.
+       (display_debug_lines_decoded): Likewise.
+       (display_debug_pubnames): Likewise.
+       (display_debug_macinfo): Likewise.
+       (get_line_filename_and_dirname): Likewise.
+       (display_debug_macro): Likewise.
+       (display_loc_list): Likewise.
+       (display_loc_list_dwo): Likewise.
+       (display_debug_aranges): Likewise.
+       (display_debug_ranges): Likewise.
+       (frame_display_row): Likewise.
+       (display_debug_frames): Likewise.
+
 2013-03-25  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/15202
This page took 0.02479 seconds and 4 git commands to generate.