Remove 2 excessive executable permission flags
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 28 Jun 2018 14:09:37 +0000 (16:09 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 28 Jun 2018 14:09:37 +0000 (16:09 +0200)
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.

gdb/gdbserver/ChangeLog
gdb/gdbserver/x86-tdesc.h [changed mode: 0755->0644]
gdb/testsuite/ChangeLog
gdb/testsuite/lib/compiler.c [changed mode: 0755->0644]

index ed664d609a655bdd9acc721c7ad3eb8926d1d2bb..2fd2d90a49cb707cf0c66b827ad8bdddd9bff4fb 100644 (file)
@@ -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.
old mode 100755 (executable)
new mode 100644 (file)
index f93eb97d9762348488d6af701153efb4a819c5a6..512e85d1496e50ab6909e22227ebd880ae662e62 100644 (file)
@@ -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
old mode 100755 (executable)
new mode 100644 (file)
This page took 0.041835 seconds and 4 git commands to generate.