PR 23698
* gprof.c (main): Fix typo setting user_specified variable when
parsing -Z option.
+2018-10-01 Nick Clifton <nickc@redhat.com>
+
+ PR 23698
+ * gprof.c (main): Fix typo setting user_specified variable when
+ parsing -Z option.
+
2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
* gprof.texi: Use command-line consistently when used in a compount
{
output_style &= ~STYLE_EXEC_COUNTS;
}
- user_specified |= STYLE_ANNOTATED_SOURCE;
+ user_specified |= STYLE_EXEC_COUNTS;
break;
case OPTION_DEMANGLE:
demangle = TRUE;