* coffdump.c (PROGRAM_VERSION): Delete.

(main <'V'>): Call print_version.
	* srconv.c: Likewise.
	* sysdump.c: Likewise.
	* version.c (program_version): Remove.
	(print_version): Use BFD_VERSION_STRING.  Just print the current
	year in copyright message.
	* addr2line.c (program_version): Remove unused declaration.
	* objdump.c (display_target_tables): Use BFD_VERSION_STRING in
	place of BFD_VERSION.
	* Makefile.am (Makefile): Depend on bfd/configure.in
	(cplus-dem.o): Depend on Makefile.
	Run "make dep-am"
	* Makefile.in: Regenerate.
This commit is contained in:
Alan Modra
2001-10-02 06:02:12 +00:00
parent 7812ae365b
commit 6a8c2b0d5e
9 changed files with 255 additions and 214 deletions

View File

@@ -36,8 +36,6 @@
#include "demangle.h"
#include "bucomm.h"
extern char *program_version;
static boolean with_functions; /* -f, show function names. */
static boolean do_demangle; /* -C, demangle names. */
static boolean base_names; /* -s, strip directory names. */