mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
* as.c (parse_args): Print the date as well for --version.
This commit is contained in:
parent
ce757d1518
commit
6c19f3384a
@ -1,3 +1,7 @@
|
||||
2001-10-23 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* as.c (parse_args): Print the date as well for --version.
|
||||
|
||||
2001-10-20 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* config/tc-mips.c (md_show_usage): Print "sb1" for Broadcom
|
||||
|
2
gas/as.c
2
gas/as.c
@ -524,7 +524,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 (_("GNU assembler %s\n"), BFD_VERSION_STRING);
|
||||
printf (_("Copyright 2001 Free Software Foundation, Inc.\n"));
|
||||
printf (_("\
|
||||
This program is free software; you may redistribute it under the terms of\n\
|
||||
|
Loading…
Reference in New Issue
Block a user