This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Remove 2 excessive executable permission flags


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

commit 2512d7efdf49a1b8953932626bfdfa1da2367d9d
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Thu Jun 28 16:09:37 2018 +0200

    Remove 2 excessive executable permission flags
    
    Fedora rpmbuild has been complaining:
    	*** WARNING: ./usr/src/debug/gdb-8.1.50.20180618-24.fc28.x86_64/gdb/gdbserver/x86-tdesc.h is executable but has empty or no shebang, removing executable bit
    
    gdb/gdbserver/ChangeLog
    2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* x86-tdesc.h: Remove executable permission flag.
    
    gdb/testsuite/ChangeLog
    2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* lib/compiler.c: Remove executable permission flag.

Diff:
---
 gdb/gdbserver/ChangeLog      | 4 ++++
 gdb/gdbserver/x86-tdesc.h    | 0
 gdb/testsuite/ChangeLog      | 4 ++++
 gdb/testsuite/lib/compiler.c | 0
 4 files changed, 8 insertions(+)

diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index ed664d6..2fd2d90 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* x86-tdesc.h: Remove executable permission flag.
+
 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
 
 	* configure.ac: Remove AC_PREREQ, add missing quoting.
diff --git a/gdb/gdbserver/x86-tdesc.h b/gdb/gdbserver/x86-tdesc.h
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f93eb97..512e85d 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* lib/compiler.c: Remove executable permission flag.
+
 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
 
 	* gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
diff --git a/gdb/testsuite/lib/compiler.c b/gdb/testsuite/lib/compiler.c
old mode 100755
new mode 100644


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]