aboutsummaryrefslogtreecommitdiff
path: root/binutils/addr2line.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-10-02 06:02:12 +0000
committerAlan Modra <amodra@gmail.com>2001-10-02 06:02:12 +0000
commit6a8c2b0d5eeb82bbc7961fac3d12446a73e09dcf (patch)
tree8c9fd258fc174b88190e4b19a441480c5948c515 /binutils/addr2line.c
parent7812ae365bca48f7e0dc30873c92252e56a70dde (diff)
downloadbinutils-6a8c2b0d5eeb82bbc7961fac3d12446a73e09dcf.zip
binutils-6a8c2b0d5eeb82bbc7961fac3d12446a73e09dcf.tar.gz
binutils-6a8c2b0d5eeb82bbc7961fac3d12446a73e09dcf.tar.bz2
* 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.
Diffstat (limited to 'binutils/addr2line.c')
-rw-r--r--binutils/addr2line.c2
1 files changed, 0 insertions, 2 deletions
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. */