* readelf.c (get_alpha_dynamic_type): New.
[binutils-gdb.git] / binutils / ChangeLog
index 0bea73071323ea1ec5bedb879cceec174604fa30..97139f99288ffe4fea4ccd8b65acc7c81335c03c 100644 (file)
@@ -1,3 +1,108 @@
+2005-05-29  Richard Henderson  <rth@redhat.com>
+
+       * readelf.c (get_alpha_dynamic_type): New.
+       (get_dynamic_type): Call it.
+
+2005-05-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (process_section_groups): Report group section
+       index. Check if the section member index is valid.
+
+2005-05-23  Fred Fish  <fnf@specifixinc.com>
+
+       * addr2line.c (unwind_inlines): New flag for 'i' option.
+       (usage): Document '-i' option.
+       (long_options): Recognize '--inlines'.
+       (translate_addresses): Loop, calling bfd_find_inliner_info as
+       necessary and printing multiple output lines.
+       (main): Handle 'i' option.
+       * doc/binutils.texi (addr2line): Document '-i' option.
+       * NEWS: Mention new addr2line '-i' option.
+
+2005-05-23  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (fetch_indirect_string): Display a warning message
+       when a corrupt DW_FORM_strp value is encountered.
+       
+       (process_debug_info): Mention that the compilation unit offset is
+       being displayed in hexadecimal.
+       
+       (display_debug_lines): Fix typo in name of .debug_line section.
+
+2005-05-19  Zack Weinberg  <zack@codesourcery.com>
+
+       * Makefile.am: Have 'all' depend on 'info'.
+       * Makefile.in: Regenerate.
+
+2005-05-19  Ben Elliston  <bje@au.ibm.com>
+
+       * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
+       value of DW_ATE_GNU_decimal_float.
+
+2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * doc/Makefile.am (config.texi): Don't use $<.
+       * doc/Makefile.in: Regenerated.
+
+2005-05-15  Yitzchak Scott-Thoennes  <sthoenna@efn.org>
+
+       * deflex.l: Ignore CRs
+
+2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * acinclude.m4: Remove obsolete code.
+       * configure.in: Update AC_PREREQ.
+       * doc/Makefile.am (binutils_TEXINFOS): Define.
+       (config.texi): Depend on distributed files instead of built
+       files.
+       (binutils.dvi, binutils.info): Remove unnecessary rules.
+       (DISTCLEANFILES): Remove.
+       (install-data-local): Renamed from install.
+       (info-local): Renamed from info.
+       * Makefile.in, aclocal.m4, config.in, configure,
+       doc/Makefile.in: Regenerated.
+
+2005-05-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (get_ppc_dynamic_type): Display DT_PPC_GOT, not
+       DT_PPC_GLINK.
+
+2005-05-13  Fred Fish  <fnf@specifixinc.com>
+
+       * readelf.c: Fix a couple of obvious comment typos,
+       'debug_str' -> 'debug_ranges' and proecess' -> 'process'.
+
+2005-05-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (dump_ia64_unwind): Get stamp with proper size.
+
+2005-05-12  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (display_debug_lines): If pointer_size has not been
+       found then assume that it is 4 in order to prevent a seg fault
+       when process_extend_line_op attempts to read the line data.
+
+2005-05-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (get_ppc_dynamic_type): New function for DT_PPC_GLINK.
+       (get_dynamic_type): Call the above.
+
+2005-05-07  Nick Clifton  <nickc@redhat.com>
+
+       * Update the address and phone number of the FSF organization in
+       the GPL notices in the following files:
+       aclocal.m4, addr2line.c, ar.c, arlex.l, arparse.y, arsup.c,
+       arsup.h, binemul.c, binemul.h, bucomm.c, bucomm.h, budbg.h,
+       budemang.c, budemang.h, coffdump.c, coffgrok.c, coffgrok.h,
+       cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y, dlltool.c,
+       dlltool.h, dllwrap.c, emul_aix.c, emul_vanilla.c, filemode.c,
+       ieee.c, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
+       objdump.c, prdbg.c, rclex.l, rcparse.y, rdcoff.c, rddbg.c,
+       readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
+       size.c, srconv.c, stabs.c, strings.c, sysdump.c, sysinfo.y,
+       syslex.l, unwind-ia64.c, unwind-ia64.h, version.c, windres.c,
+       windres.h, winduni.c, winduni.h wrstabs.c, doc/fdl.texi
+
 2005-05-06  Jan Beulich  <jbeulich@novell.com>
 
        * objcopy.c (copy_file): Don't delete output upon error here.
        PR872
        * objcopy.c (copy_archive): Initialise 'obfd' field of new
        name_list structure.
-       
+
        * objcopy.c (copy_usage): Fix description of -K switch.
 
        * doc/binutils.texi (strip, objcopy): Fix description of -K
        * doc/binutils.texi: Document new VAX disassembler-specific option
        -M entry:0xfooba8.
        * NEWS: Mention the new option.
-       
+
 2005-03-29  Anil Paranjpe  <anilp1@kpitcummins.com>
 
        * MAINTAINERS: Add myself as H8300 maintainer.
 
 2005-03-24  Dmitry Diky   <diwil@spec.ru>
 
-       * MAINTAINERS: Add myself as MSP430 maintainer. 
+       * MAINTAINERS: Add myself as MSP430 maintainer.
 
 2005-03-23  Nick Clifton  <nickc@redhat.com>
 
        * configure: Regenerate.
 
 2005-03-15  Daniel Marques  <marques@cs.cornell.edu>
-            Nick Clifton  <nickc@redhat.com>
+           Nick Clifton  <nickc@redhat.com>
 
        * objcopy.c (globalize_specific_list): New linked list of symbols
        to convert from local binding into global binding.