bfd/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 13c5fff3884de9767cf3e3e6e62c28085dcb13ed..97e43621fb91474a5deb20e2d31578469069d8cc 100644 (file)
@@ -1,3 +1,74 @@
+2010-11-08  Alan Modra  <amodra@gmail.com>
+
+       * objcopy.c (copy_main): No need to rename sections when compressing
+       or decompressing.
+
+2010-11-05  Alan Modra  <amodra@gmail.com>
+
+       * bin2c.c: Remove internationalization and version report.
+       * Makefile.am: Update bin2c rule.
+       * Makefile.in: Regenerate.
+
+2010-11-05  Tristan Gingold  <gingold@adacore.com>
+
+       * po/binutils.pot: Regenerate
+
+2010-11-05  Tristan Gingold  <gingold@adacore.com>
+
+       * NEWS: Add marker for 2.21.
+
+2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * objdump.c (dump_bfd_header): Don't display
+       BFD_FLAGS_FOR_BFD_USE_MASK bits in abfd->flags.
+
+2010-11-02  Joseph Myers  <joseph@codesourcery.com>
+
+       * readelf.c (display_tic6x_attribute): Handle more attributes.
+
+2010-10-30  Kai Tietz  <kai.tietz@onevision.com>
+
+       * dlltool.c (scan_drectve_symbols): Allow quoted strings for -export
+       directives.
+
+2010-10-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * readelf.c (display_tic6x_attribute): Use Tag_ABI_compatibility
+       not hardcoded 32.  Display name of this attribute.
+
+2010-10-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * addr2line.c (process_file): Set BFD_DECOMPRESS.
+
+       * objcopy.c (do_debug_sections): New.
+       (OPTION_COMPRESS_DEBUG_SECTIONS): New.
+       (OPTION_DECOMPRESS_DEBUG_SECTIONS): Likewise.
+       (copy_options): Add OPTION_COMPRESS_DEBUG_SECTIONS and
+       OPTION_DECOMPRESS_DEBUG_SECTIONS.
+       (copy_usage): Add --compress-debug-sections and
+       --decompress-debug-sections.
+       (copy_file): Set BFD_COMPRESS or BFD_DECOMPRESS.
+       (copy_section): Replace bfd_get_section_contents with
+       bfd_get_full_section_contents.
+       (copy_main): Handle OPTION_COMPRESS_DEBUG_SECTIONS and
+       OPTION_DECOMPRESS_DEBUG_SECTIONS.  Check do_debug_sections to
+       rename DWARF debug sections.
+
+       * objdump.c (load_specific_debug_section): Replace
+       bfd_get_section_contents with bfd_get_full_section_contents. 
+       Remove bfd_uncompress_section_contents.
+       (dump_section): Replace bfd_get_section_contents with
+       bfd_get_full_section_contents.
+       (display_file): Set BFD_DECOMPRESS if needed.
+
+       * readelf.c (uncompress_section_contents): Set buffer to NULL
+       to indiate decompression failure.
+       (load_specific_debug_section): Always call
+       uncompress_section_contents.
+
+       * doc/binutils.texi: Document --compress-debug-sections and
+       --decompress-debug-sections.
+
 2010-10-29  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/12058
This page took 0.027431 seconds and 4 git commands to generate.