* readelf.c (get_alpha_dynamic_type): New.
[binutils-gdb.git] / binutils / ChangeLog
index 05bd850d3fe594147d979b66372184498820f459..97139f99288ffe4fea4ccd8b65acc7c81335c03c 100644 (file)
@@ -1,3 +1,177 @@
+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.
+       (copy_main): Delete output upon error.
+
+2005-05-02  Ben Elliston  <bje@au.ibm.com>
+
+       * dlltool.c (dtab): Remove empty function.
+       (process_duplicates): Remove calls to dtab().
+
+2005-05-01  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * doc/binutils.texi (strip, objcopy): Clarify the description of
+       the "--strip-debug" option.  Fix a typo.
+
+2005-04-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * bucomm.c: Undo the last change.
+       * bucomm.h: Likewise.
+
+2005-04-29  Ben Elliston  <bje@au.ibm.com>
+
+       * syslex.l (word, number, unit): Remove unused variables.
+       * nlmheader.y (keyword_tokens): Make static.
+       * coffdump.c (dump_coff_symbol, coff_dump): Make static.
+       * coffgrok.c (lofile, last_function_symbol, last_function_type,
+       last_struct, last_enum, cur_sfile): Make variables static.
+       * sysdump.c (getCHARS, fillup, getBARRAY, getINT, getBITS,
+       sysroff_swap_tr_in, sysroff_print_tr_out): Make static.
+       * sysinfo.y (writecode, it, code, repeat, oldrepeat, name, rdepth,
+       names, pnames): Likewise.
+
+2005-04-29  Ben Elliston  <bje@au.ibm.com>
+
+       * ar.c (mri_mode): Make static.
+       * arsup.c (obfd, real_name, outfile): Likewise.
+       * binemul.c (ar_emul_create): Remove unused function.
+       (ar_emul_default_create): Likewise.
+       * binemul.h (ar_emul_create): Remove declaration.
+       (ar_emul_default_create): Likewise.
+       (struct bin_emulation_xfer_struct): Remove ar_create member.
+       * bucomm.c (report): Make static.
+       * bucomm.h (report): Remove declaration.
+       * cxxfilt.c (mbuffer): Make static.
+       (main): Use unsigned ints for some loop control variables.
+       * readelf.c: Make many global variables static.
+       * size.c (berkeley_format): Make static.
+       (long_options): Likewise.
+       * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create
+       structure initialiser.
+       (bin_aix5_emulation): Likewise.
+       * emul_vanilla.c (bin_vanilla_emulation): Likewise.
+
+2005-04-27  Ben Elliston  <bje@au.ibm.com>
+
+       * syslex.l: Adjust top-of-file comment: this file is part of GNU
+       binutils, not GNU ld.
+
+2005-04-25  Nick Clifton  <nickc@redhat.com>
+
+       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
+       switch.
+
 2005-04-20  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * readelf.c (display_debug_frames): Use data factor for
        * 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.