From 87a0f7b778a554b4b1f0f001c4f7472a9ceb5f80 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 23 Oct 2001 04:30:21 +0000 Subject: [PATCH] * as.c (parse_args): Print the date as well for --version. --- gas/ChangeLog | 4 ++++ gas/as.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index f3a41f460..da68f958c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-10-23 Alan Modra + + * as.c (parse_args): Print the date as well for --version. + 2001-10-20 Chris Demetriou * config/tc-mips.c (md_show_usage): Print "sb1" for Broadcom diff --git a/gas/as.c b/gas/as.c index dbc65ca0d..d5922b07d 100644 --- a/gas/as.c +++ b/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\ -- 2.11.4.GIT