]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
Add LM32 port.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index 3766c5187ef5cc6810fd046c1d59e3ba0335853c..df6af6c607342f417be69ab7a8694ba5e94c736f 100644 (file)
@@ -1,3 +1,79 @@
+2008-12-23  Jon Beniston <jon@beniston.com>
+
+       * MAINTAINERS: Added Jon Beniston as maintainer for LM32 port.
+       * readelf.c: Add support for LM32 machine number.
+
+2008-12-23  Kai Tietz  <kai.tietz@onevision.com>
+
+       * rcparse.y (rcdata_data): Allow empty comma elements.
+
+2008-12-23  Nick Clifton  <nickc@redhat.com>
+
+       * objdump.c (dump_reloc_set): Remove STT_IFUNC support.
+       * readelf.c (dump_relocations): Likewise.
+       (get_symbol_type): Likewise.
+       * doc/binutils.texi: Likewise.
+
+2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2008-12-09  Tom Tromey  <tromey@redhat.com>
+
+       * srconv.c (wr_hd): Add parens to placate gcc 4.4.
+
+2008-12-09  Andrew Stubbs  <ams@codesourcery.com>
+
+       * readelf.c (arm_attr_tag_CPU_arch): Add "v6-M" and "v6S-M".
+       (arm_attr_tag_WMMX_arch): Add "WMMXv2".
+       (arm_attr_tag_NEON_arch): Rename to ...
+       (arm_attr_tag_Advanced_SIMD_arch): ... official name.
+       (arm_attr_tag_ABI_PCS_config): Rename to ...
+       (arm_attr_tag_PCS_config): ... official name.
+       (arm_attr_tag_ABI_PCS_RO_DATA): Rename to ...
+       (arm_attr_tag_ABI_PCS_RO_data): ... official name.
+       (arm_attr_tag_ABI_FP_denormal): Add "Sign only".
+       (arm_attr_tag_CPU_unaligned_access): New array.
+       (arm_attr_tag_T2EE_use): New array.
+       (arm_attr_tag_Virtualization_use): New array.
+       (arm_attr_tag_MPextension_use): New array.
+       (arm_attr_publ): NEON_arch -> Advanced_SIMD_arch.
+       ABI_PCS_config -> PCS_config.
+       ABI_PCS_RO_DATA -> ABI_PCS_RO_data.
+       Add CPU_unaligned_access, nodefaults, also_compatible_with,
+       T2EE_use, conformance, Virtualization_use and MPextension_use.
+       (display_arm_attribute): Handle Tag_nodefaults and
+       Tag_also_compatible_with.
+
+2008-12-04  Ben Elliston  <bje@au.ibm.com>
+
+       * doc/binutils.texi (objdump): Update booke documentation.
+       * NEWS: Document user-visible changes to command line options.
+
+2008-12-04  Nick Clifton  <nickc@redhat.com>
+
+       * objdump.c (dump_reloc_set): Append "()" to symbol names which
+       have the BSF_INDIRECT_FUNCTION type.
+       * readelf.c (print_symbol): Fix handling of negative widths.
+       (dump_relocations): Append "()" to symbol names which have the
+       STT_IFUNC type. Display negative offsets as a positive number with
+       a "-" prefix.
+       (get_symbol_type): Return "IFUNC" for STT_IFUNC symbols.
+       * doc/binutils.texi: Document 'i' symbol type.
+
+2008-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * strings.c (main): New variable `s'.  Have string_min parsing
+       call fatal for invalid input strings.
+
+2008-11-25  Nick Clifton  <nickc@redhat.com>
+
+       PR7044
+       * dlltool.c (run): Use formatting string to avoid compile time
+       warning.
+       (gen_exp_file): Check return value from fread.
+       * windmc.c (main): Check return value from fread.
+
 2008-11-21 Sterling Augustine <sterling@tensilica.com>
 
        * MAINTAINERS: Take over from Bob Wilson as Xtensa maintainer.