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 /gas/ChangeLog | |
parent | d9a196da2e5b0efad84dfc64e9b4bfda6a9bd586 (diff) | |
download | gdb-594d8fa8e9b345aa49f0fd58a0d33eb3baf82944.zip gdb-594d8fa8e9b345aa49f0fd58a0d33eb3baf82944.tar.gz gdb-594d8fa8e9b345aa49f0fd58a0d33eb3baf82944.tar.bz2 |
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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5235f4d..27c7d9b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2013-12-07 Mike Frysinger <vapier@gentoo.org> + + * config/bfin-aux.h: Remove +x file mode. + * config/tc-epiphany.c: Likewise. + * config/tc-epiphany.h: Likewise. + 2013-12-03 Tristan Gingold <gingold@adacore.com> * config/tc-i386-intel.c (i386_intel_simplify): Avoid arithmetic |