diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-12-03 19:40:24 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-12-07 02:03:03 -0500 |
commit | 594d8fa8e9b345aa49f0fd58a0d33eb3baf82944 (patch) | |
tree | 15435ad1250cf752079d34761b2c40e2162e5d79 /cpu | |
parent | d9a196da2e5b0efad84dfc64e9b4bfda6a9bd586 (diff) | |
download | binutils-594d8fa8e9b345aa49f0fd58a0d33eb3baf82944.tar.gz binutils-594d8fa8e9b345aa49f0fd58a0d33eb3baf82944.tar.bz2 binutils-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 'cpu')
-rw-r--r-- | cpu/ChangeLog | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | cpu/epiphany.opc | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index e5a83617c37..4d64626474d 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,7 @@ +2013-12-07 Mike Frysinger <vapier@gentoo.org> + + * epiphany.opc: Remove +x file mode. + 2013-03-08 Yann Sionneau <yann.sionneau@gmail.com> PR binutils/15241 diff --git a/cpu/epiphany.opc b/cpu/epiphany.opc index fefb396ebf9..fefb396ebf9 100755..100644 --- a/cpu/epiphany.opc +++ b/cpu/epiphany.opc |