Add pretty-printing of .debug_gnu_pubnames, .debug_gnu_pubtypes.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 48d3f0ba251156f34f9d908c65437a64924cdb42..237debe8aaa4e370e58f32e9dbe3b7d57321eb29 100644 (file)
@@ -1,5 +1,67 @@
+2013-11-07  Doug Evans  <dje@google.com>
+
+       Add pretty-printing of .debug_gnu_pubnames, .debug_gnu_pubtypes.
+       * dwarf.c (get_gdb_index_symbol_kind_name): New function.
+       (display_debug_pubnames_worker): Renamed from display_debug_pubnames.
+       Add support for .debug_gnu_pubnames, .debug_gnu_pubtypes.
+       (display_debug_pubnames, display_debug_pubnames_gnu): New functions.
+       (display_gdb_index): Redo printing of symbol kind.
+       (debug_displays): Add .debug_gnu_pubnames, .debug_gnu_pubtypes.
+       * dwarf.h (dwarf_section_display_enum): Add gnu_pubnames, gnu_pubtypes.
+       * readelf.c (process_section_headers): Add gnu_pubnames, gnu_pubtypes.
+
+2013-11-07  Roland McGrath  <mcgrathr@google.com>
+
+       * objdump.c (dump_dwarf): Grok bfd_mach_x86_64_nacl and
+       bfd_mach_x64_32_nacl as equivalent to bfd_mach_x86_64.
+
+2013-10-30  Alan Modra  <amodra@gmail.com>
+
+       * readelf.c (get_ppc_dynamic_type): Replace PPC_TLSOPT with PPC_OPT.
+       (get_ppc64_dynamic_type): Replace PPC64_TLSOPT with PPC64_OPT.
+
+2013-10-30  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * readelf.c (get_ppc64_symbol_other): New function.
+       (get_symbol_other): Use it for EM_PPC64.
+
+2013-10-30  Alan Modra  <amodra@gmail.com>
+
+       * readelf.c (get_machine_flags): Display ABI version for EM_PPC64.
+
+2013-10-24  Nick Clifton  <nickc@redhat.com>
+
+       * nm.c (display_rel_file): Treat bfd_error_no_symbols as
+       non-fatal.
+
+2013-10-14  Chao-ying Fu  <Chao-ying.Fu@imgtec.com>
+
+       * readelf.c (display_mips_gnu_attribute): Support Tag_GNU_MIPS_ABI_MSA.
+       * doc/binutils.texi: Document -Mmsa disassembler option.
+
+2013-10-14  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * readelf.c (decode_arm_unwind): Don't initialize `addr'.
+
+2013-10-14  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (decode_arm_unwind): Initialise addr structure.
+       (process_symbol_table): Free lengths.
+       * srcconv.c (wr_sc): Free info.
+
+2013-10-11  Roland McGrath  <mcgrathr@google.com>
+
+       * winduni.c (languages): Use \345 (octal syntax) rather than
+       literal non-ASCII/non-UTF8 character in string literal.
+
+       * readelf.c (print_dynamic_symbol): Use array subscript syntax
+       rather than addition syntax with string literal.
+
 2013-10-09  Nick Clifton  <nickc@redhat.com>
 
+       PR binutils/16023
+       * debug.c (debug_type_samep): Add missing break statement.
+
        PR binutils/16024
        * objdump.c (usage): Mark as a no-return function.
        (main): Add comment explaining why a break statement is not
This page took 0.033015 seconds and 4 git commands to generate.