diff options
author | Nick Clifton <nickc@redhat.com> | 2019-05-20 17:17:24 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-05-20 17:17:24 +0100 |
commit | efa9760914311fdd9b9a299f1e6cd5a85d64c5ff (patch) | |
tree | 20af1181e3c682261fb2bffb10db18a296c3986c /gprof/ChangeLog | |
parent | 999b073bdb188635feaf1f719237b4845b5b06f3 (diff) | |
download | gdb-efa9760914311fdd9b9a299f1e6cd5a85d64c5ff.zip gdb-efa9760914311fdd9b9a299f1e6cd5a85d64c5ff.tar.gz gdb-efa9760914311fdd9b9a299f1e6cd5a85d64c5ff.tar.bz2 |
Correct the alpha sorting of the short options in the usage description of the gprof program.
PR 24569
* gprof.c (usage): Restore alphabetical sorting to short options
list. Add -r, -R and -t short options to the list.
(main): Add comment about -g and -G possibly being deprecated.
* gprof.texi: Update usage example in line with changes above.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 614ef45..1acb81a 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,5 +1,13 @@ 2019-05-20 Nick Clifton <nickc@redhat.com> + PR 24569 + * gprof.c (usage): Restore alphabetical sorting to short options + list. Add -r, -R and -t short options to the list. + (main): Add comment about -g and -G possibly being deprecated. + * gprof.texi: Update usage example in line with changes above. + +2019-05-20 Nick Clifton <nickc@redhat.com> + * po/de.po: Updated German translation. 2019-05-08 Alan Modra <amodra@gmail.com> |