binutils/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index d64994d31863407cb4726c475f97dac47a22768c..fd4ac1362c4295aee28656896e91cfa3bd415a54 100644 (file)
@@ -1,3 +1,133 @@
+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.
+       * 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
+       * objdump.c (dump_bfd): If the -g option found no STABS or IEEE
+       debug information to display, try dumping DWARF information
+       instead.
+       * rddbg.c (read_debugging_info): Add a parameter to suppress the
+       display of a warning message when no debug information is found.
+       * budbg.h (read_debugging_info): Update prototype.
+       * objcopy.c (copy_object): Continue to allow read_debugging_info
+       to produce warning messages.
+       * doc/binutils.texi (--debugging): Document new behaviour of the
+       -g/--debugging option.
+
+2008-06-10  Ben Elliston  <bje@gnu.org>
+
+       * MAINTAINERS: Remove myself as m68k maintainer.
+
+2008-05-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
+
 2008-05-12  Alan Modra  <amodra@bigpond.net.au>
 
        * embedspu.sh: Test for presence of ._ea by looking at section
This page took 0.025083 seconds and 4 git commands to generate.