From: Sergio Durigan Junior Date: Sun, 6 Mar 2016 22:30:19 +0000 (-0500) Subject: Set executable bit on analyze-racy-logs.py X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5eb264df40e1e3ffeb2627456889a1dc5df00f16;p=binutils-gdb.git Set executable bit on analyze-racy-logs.py I forgot to do it in my previous commit. This is necessary because we execute the script directly on gdb/testsuite/Makefile.in. gdb/testsuite/ChangeLog: 2016-03-06 Sergio Durigan Junior * analyze-racy-logs.py: Set executable bit. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a96156d7e43..668f9f072ba 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-03-06 Sergio Durigan Junior + + * analyze-racy-logs.py: Set executable bit. + 2016-03-05 Sergio Durigan Junior * Makefile.in (DEFAULT_RACY_ITER): New variable. diff --git a/gdb/testsuite/analyze-racy-logs.py b/gdb/testsuite/analyze-racy-logs.py old mode 100644 new mode 100755