This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit/obvious] Set executable bit on analyze-racy-logs.py
- From: Sergio Durigan Junior <sergiodj at redhat dot com>
- To: GDB Patches <gdb-patches at sourceware dot org>
- Cc: Sergio Durigan Junior <sergiodj at redhat dot com>
- Date: Sun, 6 Mar 2016 17:33:47 -0500
- Subject: [commit/obvious] Set executable bit on analyze-racy-logs.py
- Authentication-results: sourceware.org; auth=none
- References: <87ziucv0qf dot fsf at redhat dot com>
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.
---
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/analyze-racy-logs.py | 0
2 files changed, 4 insertions(+)
mode change 100644 => 100755 gdb/testsuite/analyze-racy-logs.py
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
--
2.4.3