bfd:
[deliverable/binutils-gdb.git] / gprof / gprof.c
index d956ad574d8a8930671f192c76256a97b78c7b1b..98406e67d3c31930c056b2c4c2060b3233b43565 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "libiberty.h"
 #include "gprof.h"
+#include "bfdver.h"
 #include "search_list.h"
 #include "source.h"
 #include "symtab.h"
@@ -411,7 +412,7 @@ main (int argc, char **argv)
          break;
        case 'v':
          /* This output is intended to follow the GNU standards document.  */
-         printf (_("GNU gprof %s\n"), PKGVERSION VERSION);
+         printf (_("GNU gprof %s\n"), BFD_VERSION_STRING);
          printf (_("Based on BSD gprof, copyright 1983 Regents of the University of California.\n"));
          printf (_("\
 This program is free software.  This program has absolutely no warranty.\n"));
This page took 0.024133 seconds and 4 git commands to generate.