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 /ld | |
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 'ld')
40 files changed, 44 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 310006b..bba41b9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,18 @@ +2013-12-07 Mike Frysinger <vapier@gentoo.org> + + * ChangeLog-2008: Remove +x file mode. + * emulparams/bfin.sh: Likewise. + * emulparams/elf32bmipn32.sh: Likewise. + * emulparams/elf32fr30.sh: Likewise. + * emulparams/elf32frv.sh: Likewise. + * emulparams/elf32iq10.sh: Likewise. + * emulparams/elf32iq2000.sh: Likewise. + * emulparams/elf32mep.sh: Likewise. + * emulparams/elf32openrisc.sh: Likewise. + * emulparams/elf64bmip.sh: Likewise. + * emulparams/elf64hppa.sh: Likewise. + * emulparams/i386beos.sh: Likewise. + 2013-11-26 H.J. Lu <hongjiu.lu@intel.com> PR ld/16259 diff --git a/ld/ChangeLog-2008 b/ld/ChangeLog-2008 index a57d30f..a57d30f 100755..100644 --- a/ld/ChangeLog-2008 +++ b/ld/ChangeLog-2008 diff --git a/ld/emulparams/bfin.sh b/ld/emulparams/bfin.sh index 6c0bb40..6c0bb40 100755..100644 --- a/ld/emulparams/bfin.sh +++ b/ld/emulparams/bfin.sh diff --git a/ld/emulparams/elf32bmipn32.sh b/ld/emulparams/elf32bmipn32.sh index c26b6b3..c26b6b3 100755..100644 --- a/ld/emulparams/elf32bmipn32.sh +++ b/ld/emulparams/elf32bmipn32.sh diff --git a/ld/emulparams/elf32fr30.sh b/ld/emulparams/elf32fr30.sh index 1764a32..1764a32 100755..100644 --- a/ld/emulparams/elf32fr30.sh +++ b/ld/emulparams/elf32fr30.sh diff --git a/ld/emulparams/elf32frv.sh b/ld/emulparams/elf32frv.sh index 9037072..9037072 100755..100644 --- a/ld/emulparams/elf32frv.sh +++ b/ld/emulparams/elf32frv.sh diff --git a/ld/emulparams/elf32iq10.sh b/ld/emulparams/elf32iq10.sh index 2c0d75f..2c0d75f 100755..100644 --- a/ld/emulparams/elf32iq10.sh +++ b/ld/emulparams/elf32iq10.sh diff --git a/ld/emulparams/elf32iq2000.sh b/ld/emulparams/elf32iq2000.sh index a21276a..a21276a 100755..100644 --- a/ld/emulparams/elf32iq2000.sh +++ b/ld/emulparams/elf32iq2000.sh diff --git a/ld/emulparams/elf32mep.sh b/ld/emulparams/elf32mep.sh index 2ebbda1..2ebbda1 100755..100644 --- a/ld/emulparams/elf32mep.sh +++ b/ld/emulparams/elf32mep.sh diff --git a/ld/emulparams/elf32openrisc.sh b/ld/emulparams/elf32openrisc.sh index bbe9a3e..bbe9a3e 100755..100644 --- a/ld/emulparams/elf32openrisc.sh +++ b/ld/emulparams/elf32openrisc.sh diff --git a/ld/emulparams/elf64bmip.sh b/ld/emulparams/elf64bmip.sh index 0df6528..0df6528 100755..100644 --- a/ld/emulparams/elf64bmip.sh +++ b/ld/emulparams/elf64bmip.sh diff --git a/ld/emulparams/elf64hppa.sh b/ld/emulparams/elf64hppa.sh index eeeadea..eeeadea 100755..100644 --- a/ld/emulparams/elf64hppa.sh +++ b/ld/emulparams/elf64hppa.sh diff --git a/ld/emulparams/i386beos.sh b/ld/emulparams/i386beos.sh index 869da5f..869da5f 100755..100644 --- a/ld/emulparams/i386beos.sh +++ b/ld/emulparams/i386beos.sh diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 9bc7975..4526b4e 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,32 @@ +2013-12-07 Mike Frysinger <vapier@gentoo.org> + + * ld-pe/aligncomm-1.c: Remove +x file mode. + * ld-pe/aligncomm-2.c: Likewise. + * ld-pe/aligncomm-3.c: Likewise. + * ld-pe/aligncomm-4.c: Likewise. + * ld-pe/aligncomm.d: Likewise. + * ld-pe/export_dynamic_warning.s: Likewise. + * ld-pe/exports64.d: Likewise. + * ld-pe/longsecn-1.d: Likewise. + * ld-pe/longsecn-2.d: Likewise. + * ld-pe/longsecn-3.d: Likewise. + * ld-pe/longsecn-4.d: Likewise. + * ld-pe/longsecn-5.d: Likewise. + * ld-pe/longsecn.d: Likewise. + * ld-pe/longsecn.s: Likewise. + * ld-pe/non-c-lang-syms.d: Likewise. + * ld-pe/non-c-lang-syms.s: Likewise. + * ld-pe/pe-compile.exp: Likewise. + * ld-pe/pe-run.exp: Likewise. + * ld-pe/tlssec.s: Likewise. + * ld-pe/tlssec32.d: Likewise. + * ld-pe/tlssec64.d: Likewise. + * ld-pe/vers-script-1.ver: Likewise. + * ld-pe/vers-script-2.ver: Likewise. + * ld-pe/vers-script-3.ver: Likewise. + * ld-pe/vers-script-4.ver: Likewise. + * ld-pe/vers-script-dll.c: Likewise. + 2013-11-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * ld-plugin/lto.exp: Add -ffat-lto-objects. diff --git a/ld/testsuite/ld-pe/aligncomm-1.c b/ld/testsuite/ld-pe/aligncomm-1.c index fc6cb03..fc6cb03 100755..100644 --- a/ld/testsuite/ld-pe/aligncomm-1.c +++ b/ld/testsuite/ld-pe/aligncomm-1.c diff --git a/ld/testsuite/ld-pe/aligncomm-2.c b/ld/testsuite/ld-pe/aligncomm-2.c index 5e042b8..5e042b8 100755..100644 --- a/ld/testsuite/ld-pe/aligncomm-2.c +++ b/ld/testsuite/ld-pe/aligncomm-2.c diff --git a/ld/testsuite/ld-pe/aligncomm-3.c b/ld/testsuite/ld-pe/aligncomm-3.c index 69184f9..69184f9 100755..100644 --- a/ld/testsuite/ld-pe/aligncomm-3.c +++ b/ld/testsuite/ld-pe/aligncomm-3.c diff --git a/ld/testsuite/ld-pe/aligncomm-4.c b/ld/testsuite/ld-pe/aligncomm-4.c index 085335a..085335a 100755..100644 --- a/ld/testsuite/ld-pe/aligncomm-4.c +++ b/ld/testsuite/ld-pe/aligncomm-4.c diff --git a/ld/testsuite/ld-pe/aligncomm.d b/ld/testsuite/ld-pe/aligncomm.d index 6f33644..6f33644 100755..100644 --- a/ld/testsuite/ld-pe/aligncomm.d +++ b/ld/testsuite/ld-pe/aligncomm.d diff --git a/ld/testsuite/ld-pe/export_dynamic_warning.s b/ld/testsuite/ld-pe/export_dynamic_warning.s index 8089e06..8089e06 100755..100644 --- a/ld/testsuite/ld-pe/export_dynamic_warning.s +++ b/ld/testsuite/ld-pe/export_dynamic_warning.s diff --git a/ld/testsuite/ld-pe/exports64.d b/ld/testsuite/ld-pe/exports64.d index 5fc5aeb..5fc5aeb 100755..100644 --- a/ld/testsuite/ld-pe/exports64.d +++ b/ld/testsuite/ld-pe/exports64.d diff --git a/ld/testsuite/ld-pe/longsecn-1.d b/ld/testsuite/ld-pe/longsecn-1.d index 95b3337..95b3337 100755..100644 --- a/ld/testsuite/ld-pe/longsecn-1.d +++ b/ld/testsuite/ld-pe/longsecn-1.d diff --git a/ld/testsuite/ld-pe/longsecn-2.d b/ld/testsuite/ld-pe/longsecn-2.d index 8170006..8170006 100755..100644 --- a/ld/testsuite/ld-pe/longsecn-2.d +++ b/ld/testsuite/ld-pe/longsecn-2.d diff --git a/ld/testsuite/ld-pe/longsecn-3.d b/ld/testsuite/ld-pe/longsecn-3.d index 0317be3..0317be3 100755..100644 --- a/ld/testsuite/ld-pe/longsecn-3.d +++ b/ld/testsuite/ld-pe/longsecn-3.d diff --git a/ld/testsuite/ld-pe/longsecn-4.d b/ld/testsuite/ld-pe/longsecn-4.d index 565ef38..565ef38 100755..100644 --- a/ld/testsuite/ld-pe/longsecn-4.d +++ b/ld/testsuite/ld-pe/longsecn-4.d diff --git a/ld/testsuite/ld-pe/longsecn-5.d b/ld/testsuite/ld-pe/longsecn-5.d index 82d94b8..82d94b8 100755..100644 --- a/ld/testsuite/ld-pe/longsecn-5.d +++ b/ld/testsuite/ld-pe/longsecn-5.d diff --git a/ld/testsuite/ld-pe/longsecn.d b/ld/testsuite/ld-pe/longsecn.d index 2dcde35..2dcde35 100755..100644 --- a/ld/testsuite/ld-pe/longsecn.d +++ b/ld/testsuite/ld-pe/longsecn.d diff --git a/ld/testsuite/ld-pe/longsecn.s b/ld/testsuite/ld-pe/longsecn.s index 1fc4da3..1fc4da3 100755..100644 --- a/ld/testsuite/ld-pe/longsecn.s +++ b/ld/testsuite/ld-pe/longsecn.s diff --git a/ld/testsuite/ld-pe/non-c-lang-syms.d b/ld/testsuite/ld-pe/non-c-lang-syms.d index 3c7fa93..3c7fa93 100755..100644 --- a/ld/testsuite/ld-pe/non-c-lang-syms.d +++ b/ld/testsuite/ld-pe/non-c-lang-syms.d diff --git a/ld/testsuite/ld-pe/non-c-lang-syms.s b/ld/testsuite/ld-pe/non-c-lang-syms.s index e849d9e..e849d9e 100755..100644 --- a/ld/testsuite/ld-pe/non-c-lang-syms.s +++ b/ld/testsuite/ld-pe/non-c-lang-syms.s diff --git a/ld/testsuite/ld-pe/pe-compile.exp b/ld/testsuite/ld-pe/pe-compile.exp index 750f5c0..750f5c0 100755..100644 --- a/ld/testsuite/ld-pe/pe-compile.exp +++ b/ld/testsuite/ld-pe/pe-compile.exp diff --git a/ld/testsuite/ld-pe/pe-run.exp b/ld/testsuite/ld-pe/pe-run.exp index 709fb19..709fb19 100755..100644 --- a/ld/testsuite/ld-pe/pe-run.exp +++ b/ld/testsuite/ld-pe/pe-run.exp diff --git a/ld/testsuite/ld-pe/tlssec.s b/ld/testsuite/ld-pe/tlssec.s index ba14881..ba14881 100755..100644 --- a/ld/testsuite/ld-pe/tlssec.s +++ b/ld/testsuite/ld-pe/tlssec.s diff --git a/ld/testsuite/ld-pe/tlssec32.d b/ld/testsuite/ld-pe/tlssec32.d index 0114064..0114064 100755..100644 --- a/ld/testsuite/ld-pe/tlssec32.d +++ b/ld/testsuite/ld-pe/tlssec32.d diff --git a/ld/testsuite/ld-pe/tlssec64.d b/ld/testsuite/ld-pe/tlssec64.d index 692d9e4..692d9e4 100755..100644 --- a/ld/testsuite/ld-pe/tlssec64.d +++ b/ld/testsuite/ld-pe/tlssec64.d diff --git a/ld/testsuite/ld-pe/vers-script-1.ver b/ld/testsuite/ld-pe/vers-script-1.ver index 07f54aa..07f54aa 100755..100644 --- a/ld/testsuite/ld-pe/vers-script-1.ver +++ b/ld/testsuite/ld-pe/vers-script-1.ver diff --git a/ld/testsuite/ld-pe/vers-script-2.ver b/ld/testsuite/ld-pe/vers-script-2.ver index 6e7cac6..6e7cac6 100755..100644 --- a/ld/testsuite/ld-pe/vers-script-2.ver +++ b/ld/testsuite/ld-pe/vers-script-2.ver diff --git a/ld/testsuite/ld-pe/vers-script-3.ver b/ld/testsuite/ld-pe/vers-script-3.ver index d2d189b..d2d189b 100755..100644 --- a/ld/testsuite/ld-pe/vers-script-3.ver +++ b/ld/testsuite/ld-pe/vers-script-3.ver diff --git a/ld/testsuite/ld-pe/vers-script-4.ver b/ld/testsuite/ld-pe/vers-script-4.ver index f38abf1..f38abf1 100755..100644 --- a/ld/testsuite/ld-pe/vers-script-4.ver +++ b/ld/testsuite/ld-pe/vers-script-4.ver diff --git a/ld/testsuite/ld-pe/vers-script-dll.c b/ld/testsuite/ld-pe/vers-script-dll.c index 547ddb5..547ddb5 100755..100644 --- a/ld/testsuite/ld-pe/vers-script-dll.c +++ b/ld/testsuite/ld-pe/vers-script-dll.c |