public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* as --version
@ 2001-10-22 21:31 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2001-10-22 21:31 UTC (permalink / raw)
  To: binutils

Applied.

gas/ChangeLog
	* as.c (parse_args): Print the date as well for --version.

Index: gas/as.c
===================================================================
RCS file: /cvs/src/src/gas/as.c,v
retrieving revision 1.32
diff -u -p -r1.32 as.c
--- as.c	2001/10/02 06:02:50	1.32
+++ as.c	2001/10/23 04:20:25
@@ -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\

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-22 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-22 21:31 as --version Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).