diff options
author | Nick Clifton <nickc@redhat.com> | 2018-10-01 17:17:54 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-10-01 17:18:20 +0100 |
commit | a0389de085c9caca66ec53bcf7faf830cbf24b89 (patch) | |
tree | 109ff77a3429fffa9fef126dc97d2b2ea4141784 /gprof/ChangeLog | |
parent | ff34e6ae3867a5686b53ce3b69584c1c3b553d7d (diff) | |
download | gdb-a0389de085c9caca66ec53bcf7faf830cbf24b89.zip gdb-a0389de085c9caca66ec53bcf7faf830cbf24b89.tar.gz gdb-a0389de085c9caca66ec53bcf7faf830cbf24b89.tar.bz2 |
Fix typo setting user_specified variable when parsing -Z option.
PR 23698
* gprof.c (main): Fix typo setting user_specified variable when
parsing -Z option.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index ce748f6..da083a5 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,9 @@ +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 |