[binutils-gdb] Set executable bit on analyze-racy-logs.py

Sergio Durigan Junior sergiodj@sourceware.org
Sun Mar 6 22:32:00 GMT 2016


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5eb264df40e1e3ffeb2627456889a1dc5df00f16

commit 5eb264df40e1e3ffeb2627456889a1dc5df00f16
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Sun Mar 6 17:30:19 2016 -0500

    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  <sergiodj@redhat.com>
    
    	* analyze-racy-logs.py: Set executable bit.

Diff:
---
 gdb/testsuite/ChangeLog            | 4 ++++
 gdb/testsuite/analyze-racy-logs.py | 0
 2 files changed, 4 insertions(+)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a96156d..668f9f0 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+	* analyze-racy-logs.py: Set executable bit.
+
 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
 
 	* 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



More information about the Gdb-cvs mailing list