mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08:00
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.
This commit is contained in:
@ -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.
|
||||
|
@ -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"));
|
||||
|
@ -1,3 +1,7 @@
|
||||
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
|
||||
@ -221,4 +225,3 @@ left-margin: 8
|
||||
fill-column: 74
|
||||
version-control: never
|
||||
End:
|
||||
|
||||
|
4
gas/as.c
4
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"));
|
||||
|
@ -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.
|
||||
|
@ -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"));
|
||||
|
Reference in New Issue
Block a user