Update the FSF address in the copyright/GPL notice
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 0e5553496231a942efaf576731c79b74714543d6..b0f24308f9123aa42dec9b97979672f2a8324832 100644 (file)
@@ -1,3 +1,186 @@
+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
+       DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
+
+2005-04-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * objdump.c (dump_section_header): Skip linker created section.
+
+2005-04-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * objdump.c (dump_section_header): Support SEC_GROUP.
+
+2005-04-16  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (debug_apply_rela_addends): Remove redundant %s from
+       printf string.
+
+2005-04-15  Nick Clifton  <nickc@redhat.com>
+
+       * objcopy.c (copy_file): Issue an error message when attmepting to
+       copy an empty input file.
+
+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
This page took 0.046268 seconds and 4 git commands to generate.