* dbxread.c (process_one_symbol): Constify section_offsets parameter.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 35233c11485842dfb32641b192c6c89dbda66385..63f0910b9876e08c0a3f4ce87f4c1387a256fad3 100644 (file)
@@ -1,6 +1,66 @@
+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/15205
+       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.
This page took 0.02383 seconds and 4 git commands to generate.