aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTom de Vries <tom@codesourcery.com>2017-04-26 08:53:31 +0000
committerTom de Vries <vries@gcc.gnu.org>2017-04-26 08:53:31 +0000
commit9f06c15a2e89cc398e6c55c3374386af6981c526 (patch)
tree2a766622dcbf7e59997fb0c26b5dbbb0e3d617bf /contrib
parentd2056c57793fce69a8a1d47e4b9eae4f7e2f2cd0 (diff)
downloadgcc-9f06c15a2e89cc398e6c55c3374386af6981c526.zip
gcc-9f06c15a2e89cc398e6c55c3374386af6981c526.tar.gz
gcc-9f06c15a2e89cc398e6c55c3374386af6981c526.tar.bz2
Fix comment in contrib/gen_autofdo_event.py
2017-04-26 Tom de Vries <tom@codesourcery.com> * gen_autofdo_event.py: Fix comment. From-SVN: r247274
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/gen_autofdo_event.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index dfe5889..fce9749 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-26 Tom de Vries <tom@codesourcery.com>
+
+ * gen_autofdo_event.py: Fix comment.
+
2017-04-11 Damian Rouson <damian@sourceryinstitute.org>
* download_prerequisites (md5_check): New function emulates Linux
diff --git a/contrib/gen_autofdo_event.py b/contrib/gen_autofdo_event.py
index 3865cbb..c97460c 100755
--- a/contrib/gen_autofdo_event.py
+++ b/contrib/gen_autofdo_event.py
@@ -104,7 +104,7 @@ if args.script:
print '''#!/bin/sh
# Profile workload for gcc profile feedback (autofdo) using Linux perf.
# Auto generated. To regenerate for new CPUs run
-# contrib/gen_autofdo_event.py --shell --all in gcc source
+# contrib/gen_autofdo_event.py --script --all in gcc source
# usages:
# gcc-auto-profile program (profile program and children)