* objdump.c (dump_reloc_set): Append "()" to symbol names which
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 8bedca47cc5184172b4c289b32c1d45879ec74fd..db2a7e067dd101ec437546bd98912ec04ce04e71 100644 (file)
@@ -1,3 +1,247 @@
+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.
+
+2008-08-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * sysdep.h: Include "binary-io.h".
+       (O_BINARY): Don't define here.
+       * bin2c.c (O_BINARY, O_TEXT, SET_BINARY): Don't define here.
+       * strings.c: Likewise.
+       (main): Remove #ifdef SET_BINARY.
+       * Makefile.am: Run "make dep-am"
+       * Makefile.in: Regenerate.
+
+2008-08-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.in: Update a number of obsolete autoconf macros.
+       * configure: Regenerate.
+       * aclocal.m4: Regenerate.
+
+2008-08-21  Richard Henderson  <rth@redhat.com>
+
+       * readelf.c (is_32bit_pcrel_reloc): Fix hppa entry.
+       (is_64bit_pcrel_reloc): New.
+       (debug_apply_relocations): Use it.  Handle hppa pcrel bias.
+
+2008-08-15  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 6526
+       * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * doc/Makefile.in: Regenerate.
+
 2008-08-09  Alan Modra  <amodra@bigpond.net.au>
 
        PR 6615
This page took 0.028274 seconds and 4 git commands to generate.