summaryrefslogtreecommitdiff
path: root/binutils/addr2line.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-10-02 06:02:12 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-10-02 06:02:12 +0000
commit3b696b94fd9b601a6a94cc90776fefc8583f2101 (patch)
tree64a926bc7e28eaaa94c194cb1f0cbc910a4a2b27 /binutils/addr2line.c
parent6f0a120bef42145034fd848bac64bb21aa48a921 (diff)
downloadbinutils-redhat-3b696b94fd9b601a6a94cc90776fefc8583f2101.tar.gz
* 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 631588792e..8ccf198cc5 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. */