aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-01-18 11:28:42 +0000
committerAndreas Jaeger <aj@suse.de>2002-01-18 11:28:42 +0000
commit2a538ba50cdd625e18a08052a2d326d19b5c63bd (patch)
tree7797fd70524ecd7d722be364055bca4680fca43a /binutils
parent7708fa01118edc2d23868c960924dabe20d93764 (diff)
downloadfsf-binutils-gdb-2a538ba50cdd625e18a08052a2d326d19b5c63bd.zip
fsf-binutils-gdb-2a538ba50cdd625e18a08052a2d326d19b5c63bd.tar.gz
fsf-binutils-gdb-2a538ba50cdd625e18a08052a2d326d19b5c63bd.tar.bz2
gas:
2002-01-18 Andreas Jaeger <aj@suse.de> * as.c (parse_args): Update year. binutils: 2002-01-18 Andreas Jaeger <aj@suse.de> * version.c (print_version): Update year. ld: 2002-01-18 Andreas Jaeger <aj@suse.de> * ldver.c (ldversion): Update year.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog6
-rw-r--r--binutils/version.c4
2 files changed, 7 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2b1e2c5..8d22466 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+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.
@@ -64,7 +68,7 @@
(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).
diff --git a/binutils/version.c b/binutils/version.c
index ac67d8a..edaa065 100644
--- a/binutils/version.c
+++ b/binutils/version.c
@@ -1,5 +1,5 @@
/* version.c -- binutils version information
- Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001
+ Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GNU Binutils.
@@ -32,7 +32,7 @@ print_version (name)
/* This output is intended to follow the GNU standards document. */
/* xgettext:c-format */
printf ("GNU %s %s\n", name, BFD_VERSION_STRING);
- printf (_("Copyright 2001 Free Software Foundation, Inc.\n"));
+ printf (_("Copyright 2002 Free Software Foundation, Inc.\n"));
printf (_("\
This program is free software; you may redistribute it under the terms of\n\
the GNU General Public License. This program has absolutely no warranty.\n"));