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/addr2line.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'binutils/addr2line.c') diff --git a/binutils/addr2line.c b/binutils/addr2line.c index 6315887..8ccf198 100644 --- a/binutils/addr2line.c +++ b/binutils/addr2line.c @@ -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. */ -- cgit v1.1