diff options
author | 2013-12-03 19:40:24 -0500 | |
---|---|---|
committer | 2013-12-07 02:03:03 -0500 | |
commit | 594d8fa8e9b345aa49f0fd58a0d33eb3baf82944 (patch) | |
tree | 15435ad1250cf752079d34761b2c40e2162e5d79 /include | |
parent | gdb: testsuite: fix ksh shebang to use sh (diff) | |
download | binutils-gdb-594d8fa8e9b345aa49f0fd58a0d33eb3baf82944.tar.gz binutils-gdb-594d8fa8e9b345aa49f0fd58a0d33eb3baf82944.tar.bz2 binutils-gdb-594d8fa8e9b345aa49f0fd58a0d33eb3baf82944.zip |
strip off +x bits on non-executable/script files
These files are source files and have no business being +x. We couldn't
easily fix it in CVS (you need login+write access to the raw rcs files),
but we can fix this w/git.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | include/elf/epiphany.h | 0 | ||||
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | include/opcode/bfin.h | 0 |
4 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 1dcb9f95cc7..1f7178e0fd4 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2013-12-07 Mike Frysinger <vapier@gentoo.org> + + * epiphany.h: Remove +x file mode. + 2013-11-17 H.J. Lu <hongjiu.lu@intel.com> * x86-64.h: Add R_X86_64_PC32_BND and R_X86_64_PLT32_BND. diff --git a/include/elf/epiphany.h b/include/elf/epiphany.h index bb2dcffee4d..bb2dcffee4d 100755..100644 --- a/include/elf/epiphany.h +++ b/include/elf/epiphany.h diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 216736daede..838f194ae6d 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2013-12-07 Mike Frysinger <vapier@gentoo.org> + + * bfin.h: Remove +x file mode. + 2013-11-20 Yufeng Zhang <yufeng.zhang@arm.com> * aarch64.h (aarch64_pstatefields): Change element type to diff --git a/include/opcode/bfin.h b/include/opcode/bfin.h index 26f019381b3..26f019381b3 100755..100644 --- a/include/opcode/bfin.h +++ b/include/opcode/bfin.h |