aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/ChangeLog6
-rw-r--r--binutils/version.c4
-rw-r--r--gas/ChangeLog13
-rw-r--r--gas/as.c4
-rw-r--r--ld/ChangeLog6
-rw-r--r--ld/ldver.c4
6 files changed, 24 insertions, 13 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"));
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 83bb160..b9fbaf4 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
+2002-01-18 Andreas Jaeger <aj@suse.de>
+
+ * as.c (parse_args): Update year.
+
2002-01-17 Timothy Wall <twall@alum.mit.edu>
-
+
* config/tc-tic54x.c (encode_address): Add a more informative
warning about incorrect syntax.
@@ -66,7 +70,7 @@
2002-01-15 Richard Earnshaw <rearnsha@arm.com>
- * tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
+ * tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
various command line options.
2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
@@ -83,7 +87,7 @@
2002-01-14 Richard Earnshaw <rearnsha@arm.com>
- * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
+ * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
is not dependent on ARM_BI_ENDIAN.
2002-01-14 Richard Earnshaw <rearnsha@arm.com>
@@ -167,7 +171,7 @@
* configure.in (sh*le): Set cpu_type=sh and endian=little.
(sh*-*-netbsdelf*): New target.
* configure: Regenerate.
- * tc-sh.h: Update copyright years.
+ * tc-sh.h: Update copyright years.
(TARGET_FORMAT): Add version for TE_NetBSD.
2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
@@ -221,4 +225,3 @@ left-margin: 8
fill-column: 74
version-control: never
End:
-
diff --git a/gas/as.c b/gas/as.c
index 5f6832f..dab04e9 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -1,6 +1,6 @@
/* as.c - GAS main program.
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001
+ 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -525,7 +525,7 @@ parse_args (pargc, pargv)
case OPTION_VERSION:
/* This output is intended to follow the GNU standards document. */
printf (_("GNU assembler %s\n"), 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"));
diff --git a/ld/ChangeLog b/ld/ChangeLog
index e7ced6a..d3a6543 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-18 Andreas Jaeger <aj@suse.de>
+
+ * ldver.c (ldversion): Update year.
+
2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
* po/ld.pot: Regenerate.
@@ -33,7 +37,7 @@
2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
* Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
- (eshelf_nbsd.c): New rule.
+ (eshelf_nbsd.c): New rule.
(eshlelf_nbsd.c): New rule.
* Makefile.in: Regenerate.
* configure.tgt (sh*le-*-netbsdelf*): New target.
diff --git a/ld/ldver.c b/ld/ldver.c
index d2a1c3f..f81884c 100644
--- a/ld/ldver.c
+++ b/ld/ldver.c
@@ -1,5 +1,5 @@
/* ldver.c -- Print linker version.
- Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001
+ Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GLD, the Gnu Linker.
@@ -39,7 +39,7 @@ ldversion (noisy)
if (noisy & 2)
{
- 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"));