* elf32-cris.c (elf_cris_copy_indirect_symbol): New function.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index c550f85cee6a9db5019b1095012f1aaffc70f606..6a868b141cd42c65ac604f07d24107360003cee0 100644 (file)
@@ -1,3 +1,179 @@
+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
This page took 0.024102 seconds and 4 git commands to generate.