forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-03-01 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* version.c: Update copyright date.
|
||||
|
||||
2007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* version.c -- binutils version information
|
||||
Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
Free Software Foundation, Inc.
|
||||
Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
||||
2007 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Binutils.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user