X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gprof%2Fgprof.h;h=c919ea437c4215c5a7875db2dbb4662e13637493;hb=645d3342ba2b920722991255513030bb903b794e;hp=0856976eef1a9578b586caf00d54ae6cd2bd2df8;hpb=39e65143d27eb91a882da6de8d840557c7bd447b;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/gprof.h b/gprof/gprof.h index 0856976eef..c919ea437c 100644 --- a/gprof/gprof.h +++ b/gprof/gprof.h @@ -29,19 +29,15 @@ #ifndef gprof_h #define gprof_h -#include "gconfig.h" - -#undef PACKAGE - /* Include the BFD sysdep.h file. */ #include "sysdep.h" #include "bfd.h" -/* Undefine the BFD PACKAGE and VERSION macros before including the - gprof config.h file. */ #undef PACKAGE -#undef VERSION - +#undef PACKAGE_NAME +#undef PACKAGE_STRING +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION #include "gconfig.h" #ifndef MIN @@ -130,6 +126,7 @@ extern bfd_boolean line_granularity; /* function or line granularity? */ extern bfd_boolean print_descriptions; /* output profile description */ extern bfd_boolean print_path; /* print path or just filename? */ extern bfd_boolean ignore_non_functions; /* Ignore non-function symbols. */ +extern bfd_boolean inline_file_names; /* print file names after symbols */ extern File_Format file_format; /* requested file format */