diff options
author | Andreas Jaeger <aj@suse.de> | 2002-01-18 11:28:42 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-01-18 11:28:42 +0000 |
commit | ee5e09e8e24434fcff58b644cbb277f7c9ba08fe (patch) | |
tree | 0dd38dc67297a9ea7130b57feab88140e43a7cd2 /gas | |
parent | c8e5a7d428996fa147b46f8901500a64812ab05d (diff) | |
download | binutils-redhat-ee5e09e8e24434fcff58b644cbb277f7c9ba08fe.tar.gz |
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 'gas')
-rw-r--r-- | gas/ChangeLog | 13 | ||||
-rw-r--r-- | gas/as.c | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 83bb1603b2..b9fbaf47cf 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: - @@ -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")); |