* readelf.c (get_machine_dlags): Add support for RX's PID mode.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 18119d8be9c706b4279814f004089bf4c18801f3..8d6e3c21eeb89612fcf747d5030fd9d8c3976b65 100644 (file)
@@ -1,3 +1,122 @@
+2011-10-05  DJ Delorie  <dj@redhat.com>
+           Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (get_machine_dlags): Add support for RX's PID mode.
+
+2011-10-04  Paul Woegerer  <paul_woegerer@mentor.com>
+           Carlos O'Donell  <carlos@codesourcery.com>
+
+       * dwarf.c (display_debug_lines_decoded): Index directory_table with
+       directory_index from file_table entry.
+
+2011-09-30  Cary Coutant  <ccoutant@google.com>
+
+       * binutils/dwarf.h (dwarf_section_display_enum): Add missing enum
+       constant.
+
+2011-09-28  Tristan Gingold  <gingold@adacore.com>
+
+       * od-xcoff.c (dump_xcoff32_aout_header): Fix typo.
+
+2011-09-27  Tristan Gingold  <gingold@adacore.com>
+
+       * od-xcoff.c (dump_xcoff32_aout_header): Remove some gettext macros.
+       (dump_xcoff32_sections_header): Likewise.
+       (dump_xcoff32_symbols, dump_xcoff32_relocs): Likewise.
+       (dump_xcoff32_lineno, dump_xcoff32_loader): Likewise.
+       (dump_xcoff32_except): Likewise.
+       (dump_xcoff32_typchk, dump_xcoff32_tbtags): Likewise.
+
+2011-09-27  Tristan Gingold  <gingold@adacore.com>
+
+       * readelf.c (print_ia64_vms_note): Fix xgettext warnings.
+
+2011-09-22  Tristan Gingold  <gingold@adacore.com>
+
+       * NEWS: Add marker for 2.22.
+
+2011-09-21  David S. Miller  <davem@davemloft.net>
+
+       * MAINTAINER: Take over from Jakub Jalinek as SPARC maintainer.
+
+       * readelf.c (display_sparc_hwcaps): New.
+       (display_sparc_gnu_attribute): New.
+       (process_sparc_specific): New.
+       (process_arch_specific): When EM_SPARC, EM_SPARC32PLUS,
+       or EM_SPARCV9 invoke process_sparc_specific.
+
+2011-09-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/13196
+       * dwarf.c (display_debug_aranges): Check zero address size.
+
+2011-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/13180
+       * objcopy.c (is_strip_section_1): New.
+       (is_strip_section): Use it.  Remove the group section if all
+       members are removed.
+
+2011-09-08  Nick Clifton  <nickc@redhat.com>
+
+       * po/ja.po: Updated Japanese translation.
+
+2011-08-26  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: Updated Spanish translation.
+
+2011-08-08  Marcus Comstedt  <marcus@mc.pp.se>
+
+       PR binutils/12964
+       * Makefile.am (embedspu): Use awk rather than sed.
+       * Makefile.in: Regenerate.
+
+2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dwarf.c (read_and_display_attr_value): Recognize DW_FORM_data4 and
+       DW_FORM_data8 as location list pointers only for DWARF < 4.
+
+2011-07-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * NEWS: Mention .debug_macro support.
+       * dwarf.c (read_and_display_attr_value): Don't print a tab
+       if attribute is 0.
+       (get_AT_name): Handle DW_AT_GNU_macros.
+       (get_line_filename_and_dirname, display_debug_macro): New
+       functions.
+       (debug_displays): Add an entry for .debug_macro and .zdebug_macro.
+       * readelf.c (process_section_headers): With do_debug_macinfo
+       handle also .debug_macro sections.
+       * dwarf.h (dwarf_section_display_enum): Add macro.
+
+2011-07-24  Chao-ying Fu  <fu@mips.com>
+            Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * readelf.c (get_machine_flags): Handle microMIPS ASE.
+       (get_mips_symbol_other): Likewise.
+
+2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * dwarf.c (init_dwarf_regnames): Handle EM_K1OM.
+
+       * elfedit.c (elf_machine): Support EM_K1OM.
+       (elf_class): Likewise.
+
+       * readelf.c (guess_is_rela): Handle EM_K1OM.
+       (dump_relocations): Likewise.
+       (get_machine_name): Likewise.
+       (get_section_type_name): Likewise.
+       (get_elf_section_flags): Likewise.
+       (process_section_headers): Likewise.
+       (get_symbol_index_type): Likewise.
+       (is_32bit_abs_reloc): Likewise.
+       (is_32bit_pcrel_reloc): Likewise.
+       (is_64bit_abs_reloc): Likewise.
+       (is_64bit_pcrel_reloc): Likewise.
+       (is_none_reloc): Likewise.
+
+       * doc/binutils.texi: Mention K1OM for elfedit.
+
 2011-07-11  Cary Coutant  <ccoutant@google.com>
 
        PR 12983
This page took 0.023597 seconds and 4 git commands to generate.