bfd/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 16e12d2a300153a6cbbf328bc39e29ed3084c786..899a117dad42031a19f0c5a3ed34d0e9ef7cccad 100644 (file)
@@ -1,3 +1,185 @@
+2005-04-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (NO_WERROR): Define.  Use instead of -Wno-error.
+       * configure.in: Include ../bfd/warning.m4 contents.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * doc/Makefile.in: Regenerate.
+
+2005-04-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command.
+       (sysroff.o, defparse.o, deflex.o): Likewise.
+       (nlmheader.o, rcparse.o, rclex.o): Likewise.
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+
+2005-04-11  Jan Beulich  <jbeulich@novell.com>
+
+       * MAINTAINERS: Add myself as ix86 Intel mode maintainer.
+
+2005-04-06  Nick Clifton  <nickc@redhat.com>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       * po/rw.po: New translation: Kinyarwanda.
+       * configure.in (ALL_LINGUAS): Add rw.
+       * configure: Regenerate.
+
+2005-04-04  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * readelf.c (debug_apply_rela_addends): Reorder r_info as
+       necessary for 64-bit MIPS.
+
+2005-04-04  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * doc/binutils.texi (readelf): Remove a duplicate paragraph.
+
+2005-04-04  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
+
+       PR binutils/813
+       * objdump.c (dump_symbols): Add a check to see if the section for
+       the symbol is chosen using process_section_p.
+
+2005-04-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * NEWS: Mention new readelf options, "-N/--full-section-name"
+       and "-g/--section-groups".
+
+       * doc/binutils.texi: Document new readelf options,
+       "-N/--full-section-name" and "-g/--section-groups".
+
+2005-03-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (do_full_section_name): New.
+       (options): Add "--full-section-name"/'N'.
+       (usage): Add -N/--full-section-name.
+       (parse_args): Handle 'N'.
+       (process_section_headers): Print out the full section name if
+       do_full_section_name isn't 0.
+
+2005-03-31  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in: Add a check for <unistd.h> providing a prototype
+       for getopt() which is compatible with the one in
+       include/getopt.h.  If so then define HAVE_DECL_GETOPT.
+       * configure: Regenerate.
+       * config.in (HAVE_DECL_GETOPT): Add.
+       * aclocal.m4: Regenerate.
+       * addr2line.c: Include "config.h" before "bfd.h" so that
+       HAVE_DECL_GETOPT is defined before getopt.h is included.
+
+2005-03-21  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * 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-28  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
+
+       * objdump.c (disassemble_bytes): Remove cast.
+
+2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * BRANCHES: Add binutils-csl-arm-2005q1-branch and
+       binutils-2_16-branch.
+
+2005-03-25  Mark Kettenis  <kettenis@gnu.org>
+
+       * MAINTAINERS: Add myself as M88k maintainer.
+
+2005-03-24  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * winduni.c (unicode_from_ascii): Don't declare variables
+       's' and 'w' if _WIN32.  Use MultiByteToWideChar to set the unicode
+       string len.
+
+2005-03-24  Dmitry Diky   <diwil@spec.ru>
+
+       * MAINTAINERS: Add myself as MSP430 maintainer. 
+
+2005-03-23  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated translation.
+
+2005-03-22  Nick Clifton  <nickc@redhat.com>
+
+       * MAINTAINERS: Add Daniel Jacobwitz to the blanket write
+       privileges list.
+
+2005-03-17  Paul Brook <paul@codesourcery.com>
+           Dan Jacobowitz <dan@codesourcery.com>
+           Mark Mitchell  <mark@codesourcery.com>
+
+       * binutils/readelf.c (get_arm_segment_type): New function.
+       (get_segment_type): Use it.
+
+2005-03-18  Paul Brook  <paul@codesourcery.com>
+
+       * objdump.c (objdump_print_addr): Avoid uninitialized warning.
+
+2005-03-17  Diego Novillo  <dnovillo@redhat.com>
+
+       * MAINTAINERS: Remove self as maintainer of x86 intel
+       mode.
+
+2005-03-16  Nick Clifton  <nickc@redhat.com>
+           Ben Elliston  <bje@au.ibm.com>
+
+       * configure.in (werror): New switch: Add -Werror to the
+       compiler command line.  Enabled by default.  Disable via
+       --disable-werror.
+       * configure: Regenerate.
+
+2005-03-15  Daniel Marques  <marques@cs.cornell.edu>
+            Nick Clifton  <nickc@redhat.com>
+
+       * objcopy.c (globalize_specific_list): New linked list of symbols
+       to convert from local binding into global binding.
+       (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
+       OPTION_GLOBALIZE_SYMBOLS.
+       (copy_options): Add "globalize-symbol" and "globalize-symbols".
+       (copy_usage): Document the new switches.
+       (filter_symbols): Convert defined local symbols mentioned on the
+       globalize_specific_list into global symbols.
+       (copy_object): Perform actions if the globalize_specific_list is
+       not empty.
+       (copy_main): Handle new switches.
+       * NEWS: Mention new feature.
+       * doc/binutils.texi: Document new switches.
+
+2005-03-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/es.po: Commit new Spanish translation.
+
+       * po/fr.po: Commit new French translation.
+
+2005-03-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/tr.po: Commit new Turkish translation.
+
+2005-03-11  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2005-03-10  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
+       * configure: Regenerate.
+       * po/ro.po: New file.
+
+       * po/ru.po: Updated file.
+
+2005-03-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/binutils.pot: Regenerate.
+
 2005-03-02  Jan Beulich  <jbeulich@novell.com>
 
        * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
This page took 0.029226 seconds and 4 git commands to generate.