aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-03-01 15:48:36 +0000
committerJoseph Myers <joseph@codesourcery.com>2007-03-01 15:48:36 +0000
commit066c2a57f5858310c9f12518317aecd4b54e753d (patch)
tree96c1e2aa519334dca5944619f25d68a93266c8ee /gas
parent563d09a555bb80235a244a71040dff9dd610e0e6 (diff)
downloadgdb-066c2a57f5858310c9f12518317aecd4b54e753d.zip
gdb-066c2a57f5858310c9f12518317aecd4b54e753d.tar.gz
gdb-066c2a57f5858310c9f12518317aecd4b54e753d.tar.bz2
bfd:
* Makefile.am (bfdver.h): Use "." not " " between version number and date. * Makefile.in: Regenerate. * configure.in (PKGVERSION): Default to "(GNU Binutils) ". * configure: Regenerate. binutils: * version.c (print_version): Update copyright date. gas: * as.c (parse_args): Update copyright date. gprof: * gprof.c: Include bfdver.h (main): Use BFD_VERSION_STRING for version number and package name. * Makefile.am (PKGVERSION): Remove. (INCLUDES): Update. Regenerate dependencies. * Makefile.in: Regenerate. * configure.in (PKGVERSION): Remove. * configure: Regenerate. ld: * ldver.c (ldversion): Remove word "version" from output. Update copyright date.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/as.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d715107..e918fc8 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-01 Joseph Myers <joseph@codesourcery.com>
+
+ * as.c (parse_args): Update copyright date.
+
2007-02-28 Nathan Sidwell <nathan@codesourcery.com>
* configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf.
diff --git a/gas/as.c b/gas/as.c
index a4ff152..fcb47fa 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -590,7 +590,7 @@ parse_args (int * pargc, char *** pargv)
case OPTION_VERSION:
/* This output is intended to follow the GNU standards document. */
printf (_("GNU assembler %s\n"), BFD_VERSION_STRING);
- printf (_("Copyright 2005 Free Software Foundation, Inc.\n"));
+ printf (_("Copyright 2007 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"));