2008-07-15 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 4ba9c0a57aabaafc69c111b0d1d74298fa2e41d3..0fa3eff2556355825364b7b7f56bb8fc9fa0f14b 100644 (file)
@@ -1,3 +1,80 @@
+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.
+       * nlmconv.c (main, powerpc_build_stubs): Likewise.
+       * rescoff.c (write_coff_file): Likewise.
+       * resres.c (write_res_file): Likewise.
+       * windmc.c (windmc_write_bin): Likewise.
+
+2008-06-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
+
+       * readelf.c (guess_is_rela): Add EM_CR16_OLD.
+       (dump_relocations): Likewise.
+       (get_machine_name): Likewise.
+       (is_32bit_abs_reloc): Likewise.
+
+2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2008-06-12  DJ Delorie  <dj@redhat.com>
+
+       * readelf.c (guess_is_rela): Add EM_M32C_OLD.
+       (dump_relocations): Likewise.
+       (process_section_headers): Likewise.
+       (is_32bit_abs_reloc): Likewise.
+       (is_16bit_abs_reloc): Likewise.
+
 2008-06-12  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/6483
This page took 0.023674 seconds and 4 git commands to generate.