From 6a8c2b0d5eeb82bbc7961fac3d12446a73e09dcf Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 2 Oct 2001 06:02:12 +0000 Subject: * 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. --- binutils/sysdump.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'binutils/sysdump.c') diff --git a/binutils/sysdump.c b/binutils/sysdump.c index 874b9e5..0b0d495 100644 --- a/binutils/sysdump.c +++ b/binutils/sysdump.c @@ -33,8 +33,6 @@ #include #include "sysroff.h" -#define PROGRAM_VERSION "1.0" - static int dump = 1; static int segmented_p; static int code; @@ -778,7 +776,7 @@ main (ac, av) show_help (); /*NOTREACHED*/ case 'V': - printf (_("GNU %s version %s\n"), program_name, PROGRAM_VERSION); + print_version ("sysdump"); exit (0); /*NOTREACHED*/ case 0: -- cgit v1.1