mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
Just mention current year in printed copyright message.
This commit is contained in:
parent
786e2c0f62
commit
fb166ee3a7
@ -1,3 +1,8 @@
|
||||
2000-05-04 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* as.c (parse_args): Just mention current year in printed
|
||||
copyright message.
|
||||
|
||||
2000-05-03 J.T. Conklin <jtc@redback.com>
|
||||
|
||||
* config/tc-ppc.c (pre_defined_registers): Add entries for vector
|
||||
|
3
gas/as.c
3
gas/as.c
@ -514,8 +514,7 @@ parse_args (pargc, pargv)
|
||||
case OPTION_VERSION:
|
||||
/* This output is intended to follow the GNU standards document. */
|
||||
printf (_("GNU assembler %s\n"), VERSION);
|
||||
printf (_("\
|
||||
Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.\n"));
|
||||
printf (_("Copyright 2000 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"));
|
||||
|
Loading…
Reference in New Issue
Block a user