binutils/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index ce2fa3bf25013acd96b9cb33eca7e6ffb5d10ea8..fd4ac1362c4295aee28656896e91cfa3bd415a54 100644 (file)
@@ -1,3 +1,83 @@
+2008-08-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * dwarf.c (dwarf_regnames_i386): Remove AVX registers.
+       (dwarf_regnames_x86_64): Likewise.
+
+2008-07-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * dlltool.c, dwarf.c, objdump.c, readelf.c, resrc.c, resres.c,
+       windmc.c: Silence gcc warnings.
+
+2008-07-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (print_vma): Typo fix.
+
+2008-07-28  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 6769
+       * readelf.c (print_dec_vma, print_hex_vma): Delete.
+       (print_vma): Use BFD_VMA_FMT.
+       * size.c (size_number, rprint_number): Likewise.
+
+2008-07-26  Michael Eager <eager@eagercon.com>
+
+       * readelf.c (display_power_gnu_attribute): Display
+       single-precision hard float.
+
+2008-07-21  Luis Machado  <luisgpm@br.ibm.com>
+
+       * readelf.c (get_note_type): Handle VSX notes.
+
+2008-07-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * objdump.c (load_debug_section): Initialize section_is_compressed 
+       for gcc 3.4/ia64.
+       * readelf.c (load_debug_section): Likewise.
+
+2008-07-12  Jie Zhang  <jie.zhang@analog.com>
+
+       Revert
+       2008-07-12  Jie Zhang  <jie.zhang@analog.com>
+       * readelf.c (get_machine_flags): Deal with Blackfin specific
+       flags.
+
+2008-07-12  Jie Zhang  <jie.zhang@analog.com>
+
+       * readelf.c (get_machine_flags): Deal with Blackfin specific
+       flags.
+
+2008-07-09  Craig Silverstein  <csilvers@google.com>
+
+       * config.in: Add HAVE_ZLIB_H
+       * configure.in: Add test for libz and zlib.h
+       * configure: Regenerate.
+       * dwarf.c (debug_displays): Add .zdebug_* strings.
+       * dwarf.h (struct dwarf_section): Add fields uncompressed_namd
+       and compressed_name.
+       * objdump.c (load_debug_section): Call
+       bfd_uncompress_section_contents when loading a compressed
+       section.
+       (dump_dwarf_section): Recognize compressed section name.
+       (mach_o_dwarf_sections): Rename as
+       mach_o_uncompressed_dwarf_sections.
+       (mach_o_compressed_dwarf_sections): New variable.
+       (generic_dwarf_section): Rename as
+       generic_uncompressed_dwarf_sections.
+       (generic_compressed_dwarf_sections): New variable.
+       (check_mach_o_dwarf): Save and restore
+       mach_o_compressed_dwarf_sections.
+       * readelf.c: Add #include for config.h and zlib.h
+       (process_section_headers): Recognize compressed section name.
+       (uncompress_section_contents): New function.
+       (load_debug_section): Call uncompress_section_contents when
+       loading a compressed section.
+       (display_debug_section): Recognize compressed section name.
+
+2008-07-07  Alan Modra  <amodra@bigpond.net.au>
+
+       * objdump.c (find_symbol_for_address): Prefer symbols in current
+       section.
+
 2008-07-07  Alan Modra  <amodra@bigpond.net.au>
 
        * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags.
This page took 0.038328 seconds and 4 git commands to generate.