]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
* readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index 47c8d0b3b4a0314aa11343ec65609d07899ab86b..0ff6e61562f3d02361bc9ffc51b6e3a9cc632a54 100644 (file)
@@ -1,3 +1,48 @@
+2004-05-28  Ian Lance Taylor  <ian@wasabisystems.com>
+
+       * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
+
+2004-05-17  David Heine  <dlheine@tensilica.com>
+
+        * objcopy.c (setup_bfd_headers): New function.
+       (copy_object): Call setup_bfd_headers.
+
+2004-05-13  Paul Brook  <paul@codesourcery.com>
+
+       * readelf.c (display_debug_frames): Handle dwarf3 format CIE
+       entries.
+
+2004-05-13  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2004-05-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
+
+2004-05-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (section_groups): New.
+       (group_count): New.
+       (section_headers_groups): New.
+       (process_section_groups): Populate group_count, section_groups
+       and section_headers_groups.
+       (process_unwind): Support section group.
+       (process_object): Always call process_section_groups. Free
+       section_groups and section_headers_groups.
+
+2004-04-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (process_section_headers): Use %3lu on sh_info.
+
+2004-04-30  Michael Deutschmann  <michael@talamasca.ocis.net>
+
+       * ranlib.sh: Quote $1 argument in case it contains spaces.
+
+2004-04-27  John Paul Wallington  <jpw@gnu.org>
+
+       * objcopy.c (copy_usage, strip_usage): Fix spelling.
+
 2004-04-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        * readelf.c (do_section_groups): New.