]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
Add LM32 port.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index 525dbe2287f420b0ef3b0776d36b74544bfffd7a..df6af6c607342f417be69ab7a8694ba5e94c736f 100644 (file)
@@ -1,3 +1,263 @@
+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.
+
+2008-11-19  Nick Clifton  <nickc@redhat.com>
+
+       * doc/fdl.texi: Update to v1.3
+       * doc/binutils.texinfo: Change license to v1.3.
+
+2008-11-18  Catherine Moore  <clm@codesourcery.com>
+
+       * readelf.c (arm_attr_tag_ABI_FP_16bit_format): New.
+       (arm_attr_tag_VFP_HP_extension): New.
+       (arm_attr_public_tag arm_attr_public_tags): Support
+       new attributes. 
+
+2008-11-17  Nick Clifton  <nickc@redhat.com>
+
+       * version.c (print_version): Update copyright year.
+
+2008-11-16  Danny Smith  <dannysmith@usesr.sourceforge.net>
+
+       * dlltool.c (identify_search_section): Cast argument, not return
+       value, of xstrdup to 'char*'.
+
+2008-11-15  Charles Wilson  <cygwin@cwilson.fastmail.fm>
+
+       Added --identify option to dlltool.
+       * binutils/dlltool.c: Add new global variables
+       identify_imp_name and identify_dll_name.
+       (identify_dll_for_implib, identify_search_archive,
+       identify_search_member, identify_process_section_p,
+       identify_search_section): New functions.
+       (usage): Added --identify.
+       (long_options): Added --identify.
+       (main): Handle --identify option.
+       * binutils/doc/binutils.texi: Document --identify.
+
+2008-11-14  Tristan Gingold  <gingold@adacore.com>
+
+       Remove outdated mach-o specific tests.
+       * objdump.c (load_debug_section): Remove mach-o specific test.
+       (mach_o_uncompressed_dwarf_sections): Removed.
+       (mach_o_compressed_dwarf_sections): Removed.
+       (generic_uncompressed_dwarf_sections): Removed.
+       (generic_compressed_dwarf_sections): Removed.
+       (check_mach_o_dwarf): Removed.
+       (dump_dwarf): Remove call to check_mach_o_dwarf.
+
+2008-11-14  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.com: Get version from configure.in of bfd.
+       * makefile.vms-in (DEBUG_OBJS): Add dwarf.obj.
+       (CFLAGS): Update flags.
+
+2008-11-13  Hans-Peter Nilsson  <hp@axis.com>
+           Alan Modra  <amodra@bigpond.net.au>
+
+       * nm.c (filter_symbols): Only call memcpy when from != to.
+
+2008-11-10  Tristan Gingold  <gingold@adacore.com>
+           Alan Modra  <amodra@bigpond.net.au>
+
+       * objdump.c (disassemble_bytes): Don't skip leading zeros when
+       end of section calculation overflows.
+
+2008-11-07  Prafulla Thakare  <prafulla.thakare@kpitcummins.com>
+
+       * MAINTAINERS: Take over from Anil Paranjpe as H8300 maintainer.
+
+2008-10-31  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/id.po: New file.
+       * configure.in (ALL_LINGUAS): Add id.
+       * configure: Regenerate.
+
+2008-10-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * windmc.c (res_alloc): Remove unnecessary cast.
+       * windres.c (res_alloc, reswr_alloc): Likewise.
+
+2008-10-20  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c: Tidy up code formatting.
+
+2008-10-10  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * readelf.c (display_power_gnu_attribute): Decode
+       Tag_GNU_Power_ABI_Struct_Return.
+
+2008-10-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * embedspu.sh: Pass -Wa,-noexecstack to $CC.
+
+2008-10-09  Kai Tietz  <kai.tietz@onevision.com>
+
+       * dlltool.c (PAGE_SIZE): Make sure it has bfd_vma type.
+       (PAGE_MASK): Likewise.
+       (sfunc): Change to address size of bfd_vma for base-file.
+       (flush_page): Likewise.
+       (gen_exp_file): Likewise.
+
+2008-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * readelf.c (process_section_headers): Do not cut the section names and
+       types if running with --wide.
+
+2008-10-06  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf.c (display_debug_frames): Change text for uniformity.
+       (process_debug_info): Likewise.
+       (display_debug_aranges): Likewise.  Indent address output.
+       (display_debug_pubnames): Print offset in hex.
+
+2008-10-02  Andrew Paprocki  <andrew@ishiboo.com>
+
+       PR 6934
+       * stabs.c (parse_stab_string): Parse and ignore =Y<name> strings
+       generated by the SUNPro C++ compiler.
+
+2008-09-30  Andrew Paprocki  <andrew@ishiboo.com>
+
+       PR 6922
+       * stabs.c (parse_stab_sun_builtin_type): Parse, but ignore SUN's
+       'b' and 'v' extensions.
+
+2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
+           Steve Ellcey  <sje@cup.hp.com>
+
+       * configure: Regenerate for new libtool.
+       * aclocal.m4: Ditto.
+       * Makefile.in: Ditto.
+       * doc/Makefile.in: Ditto.
+
+2008-09-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * objcopy.c (setup_section): Set elf_group_id.
+
+2008-09-24  Richard Henderson  <rth@redhat.com>
+
+       * dwarf.c (size_of_encoded_value, get_encoded_value): Move up.
+       (decode_location_expression): Add section parameter.  Handle
+       DW_OP_GNU_encoded_addr.
+       (read_and_display_attr_value): Update decode_location_expression call.
+       (display_debug_loc, display_debug_frames): Likewise.
+
+2008-09-25  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 6913
+       * dwarf.c (print_dwarf_vma): Don't call printf without format string.
+
+2008-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Suppress warnings on NONE relocations to discarded sections.
+       * readelf.c (is_none_reloc): New function.
+       (debug_apply_relocations): Ignore is_none_reloc() relocations.
+
+2008-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix loading large elf64 binaries on 32bit hosts.
+       * configure.in: Call AC_SYS_LARGEFILE.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+
+2008-09-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/sv.po: Update.
+
+2008-09-08  Tristan Gingold  <gingold@adacore.com>
+
+       * BRANCHES: Add 2.18 and 2.19 release branches.
+
+2008-09-08  Tristan Gingold  <gingold@adacore.com>
+
+       * NEWS: Add a marker for the 2.19 features.
+
+2008-09-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * readelf.c (load_specific_debug_section): New function, from
+       load_debug_section.
+       (load_debug_section): Use load_specific_debug_section.
+       (display_debug_section): Use load_specific_debug_section.  Check for
+       multiple sections with the same name.
+
 2008-08-28  Tristan Gingold  <gingold@adacore.com>
 
        * objdump.c (dump_stabs): Add sections for Darwin.