]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
bfd:
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index 3b31f68ffe14863aac90a07a4dec40267b22d7a4..a5789c4dc0dd204b2ee6f6b1f86d83253abdab5c 100644 (file)
@@ -1,3 +1,240 @@
+2002-02-13  Matt Fredette  <fredette@netbsd.org>
+
+       * readelf.c (get_machine_flags): Recognize EF_M68000.
+
+2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * MAINTAINERS: Added self as MN10300 co-maintainer.
+
+2002-02-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
+       DT_PPC64_OPDSZ.
+
+2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
+
+       * MAINTAINERS: List myself as branch maintainer.
+
+2002-02-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure: Regenerate.
+       * objcopy.c: Update copyright date.
+       * doc/Makefile.in: Regenerate.
+
+2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * nlmconv.c: Back out localtime PARAMS change.
+
+2002-02-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * objcopy.c (MKDIR): Define.
+       (copy_archive): Make name_list.name const.  Use MKDIR.
+       Handle duplicate files in archives by making more temp dirs.
+
+2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * coffdump.c: Include "getopt.h" after "bucomm.h"
+       so that macros are defined correctly.
+       * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
+       prototype.  Prototype main.
+       * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
+
+2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
+
+       * MAINTAINERS: Added self as SH co-maintainer.
+
+2002-02-05  Nick Clifton <nickc@redhat.com>
+
+       * po/tr.po: Updated translation.
+
+2002-02-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am"
+       * Makefile.in: Regenerate.
+
+2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * nm.c (print_value): Mark abfd unused.
+
+2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * unwind-ia64.c (unw_decoder): Change second argument
+       to unsigned int, to match function prototypes.
+
+2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * objdump.c: Include "getopt.h" after "bucomm.h" so that
+       __GNU_LIBRARY__ will be defined.
+       * size.c: Likewise.
+
+2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure: Regenerated.
+
+2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * doc/Makefile.am (install): Depend on install-info.
+       * doc/Makefile.in: Regenerate.
+
+2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
+
+       * objcopy.c (strip_usage): Document -d as an alias
+       --strip-debug.
+
+       * size.c (usage): Document [-t | --totals] options.
+       (long_options): Add --totals option.
+       (main): If the [-t | --totals] option is specified and
+       the output format is Berkeley-style, print the total
+       text, data, and bss sizes of all objects listed.
+       (print_berkeley_format): If the [-t | --totals] option
+       is specified, track the total text, data, and bss
+       sizes.
+       * doc/binutils.texi (size): Document [-t | --totals] options.
+       (strip): Document -d as an alias for --strip-debug.
+       * NEWS: Mention new feature of size.
+
+2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/fr.po: Updated version.
+       * po/es.po: Updated version.
+
+2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * addr2line.c (usage): Update text to provide verbose
+       description of the command line options.
+       * ar.c (usage): Update text to provide verbose
+       description of the command line options.
+       (main): Accept -h and -H when running as ranlib.
+       * coffdump.c (show_usage): Update text to provide verbose
+       description of the command line options.
+       * dlltool.c (main): Accept -H as an alias for --help.
+       * nlmconv.c (show_usage): Update text to provide verbose
+       description of the command line options.
+       * nm.c (usage): Replace OPTIONS with option(s).
+       (main): Accept -H as an alias for --help.
+       * objcopy.c (strip_main): Accept -H as an alias for --help.
+       * objdump.c (main): Accept -v as an alias for --verbose.
+        * readelf.c (usage): Adjust format to match style used in
+       other binutils.
+       * size.c (usage): Update text to provide verbose description
+       of the command line options.
+       (main): Accept -v, -h and -H as command line options.
+       * srconv.c (show_usage): Update text to provide verbose
+       description of the command line options.
+       * strings.c (main): Accept -H and -v as command line options.
+       (usage): Update text to provide verbose description of the
+       command line options.
+       * sysdump.c (show_usage): Update text to provide verbose
+       description of the command line options.
+       * windres.c (usage): Adjust format to match style used in
+       other binutils.
+
+       * coffdump.c: Fix formatting.
+       * nlmconv.c: Fix formatting.
+       * srconv.c: Fix formatting.
+       * sysdump.c: Fix formatting.
+
+2002-01-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2002-01-18  Andreas Jaeger  <aj@suse.de>
+
+       * version.c (print_version): Update year.
+
+2002-01-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (get_machine_name): Handle EM_PPC64.
+       (guess_is_rela): Here too.
+
+2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/binutils.pot: Regenerate.
+       * po/fr.po: Regenerate.
+       * po/tr.po: Regenerate.
+
+2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/tr.po: Import new version.
+
+2002-01-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (get_ppc64_dynamic_type): New.
+       (get_dynamic_type): Call it.
+
+2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * objcopy.c (copy_usage): Use "options" instead of "switches".
+        (strip_usage): Use "options" instead of "switches".
+       * doc/binutils.texi (dlltool):  Refer to "options" instead of
+        "switches".
+
+2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
+
+       * MAINTAINERS: Add self as co-maintainer for the ARM code.
+
+2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/es.po: Import from translation project.
+       * configure.in (ALL_LINGUAS): Add es.
+       * configure: Regenerate.
+
+2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * readelf.c (get_netbsd_elfcore_note_type): Use
+       NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
+
+2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * readelf.c: Update copyright years.
+       (get_note_type): Return a const char *.
+       (get_netbsd_elfcore_note_type): New function.
+       (process_note): Use get_netbsd_elfcore_note_type to get
+       the note type string for NetBSD ELF core files.
+
+2002-01-06  Steve Ellcey  <sje@cup.hp.com>
+
+       * readelf.c (get_ia64_segment_type): Add support for macros.
+       (get_segment_type): Add support for IA64 specific macros.
+
+2001-12-20  Julian v. Bock  <julian@wongr.net>
+
+       * readelf.c (print_symbol): New function: Print a formatted symbol
+       name.  If --wide is specified do not truncate it.
+       (dump_relocations): Use print_symbol() to print symbol names.
+       (process_symbol_table): Likewise.
+       (process_syminfo): Likewise.
+       (process_mips_specific): Likewise.
+       (usage): Document new feature of --wide switch.
+       * doc/binutils.texi (objdump): Document additional behaviour of
+       --wide.
+
+2001-12-18  Michael Snyder  <msnyder@redhat.com>
+
+       * objcopy.c (copy_file): Accept corefiles (format bfd_core).
+       (copy_object): Don't set the start address or flags of a core file.
+       (copy_section): Don't relocate a core file.  Don't copy contents
+       if the input section has the contents flag set, but the output
+       section does not (which happens with the fake 'note' pseudo-
+       sections that BFD creates for corefiles).
+
+2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * readelf.c (get_machine_flags): Recognize header flags for ABI and
+       ASE extensions. More robust code for ISA checking. Ignore empty fields
+       in header flags for GNU extensions.
+
+2001-12-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * objcopy.c (copy_archive): Set output bfd format outside the loop.
+
+2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/ja.po: Import from translation project.
+       * configure.in (ALL_LINGUAS): Add ja.
+       * configure: Regenerate.
+
 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * addr2line.c (main): Protoype.