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>
This commit is contained in:
parent
d9a196da2e
commit
594d8fa8e9
84 changed files with 107 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-12-07 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* binutils-all/windres/escapex-2.rc: Remove +x file mode.
|
||||
* binutils-all/windres/version_small.rc: Likewise.
|
||||
* binutils-all/windres/version_small.rsd: Likewise.
|
||||
|
||||
2013-12-03 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* binutils-all/windres/windres.exp: Run for x86_64-pc-cygwin.
|
||||
|
|
0
binutils/testsuite/binutils-all/windres/escapex-2.rc
Executable file → Normal file
0
binutils/testsuite/binutils-all/windres/escapex-2.rc
Executable file → Normal file
0
binutils/testsuite/binutils-all/windres/version_small.rc
Executable file → Normal file
0
binutils/testsuite/binutils-all/windres/version_small.rc
Executable file → Normal file
0
binutils/testsuite/binutils-all/windres/version_small.rsd
Executable file → Normal file
0
binutils/testsuite/binutils-all/windres/version_small.rsd
Executable file → Normal file
|
@ -1,3 +1,7 @@
|
|||
2013-12-07 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* acinclude.m4: Remove +x file mode.
|
||||
|
||||
2013-11-29 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Remove -lpthread -ldl.
|
||||
|
|
0
config/acinclude.m4
Executable file → Normal file
0
config/acinclude.m4
Executable file → Normal file
|
@ -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
|
||||
|
|
0
cpu/epiphany.opc
Executable file → Normal file
0
cpu/epiphany.opc
Executable file → Normal file
|
@ -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
|
||||
|
|
0
gas/config/bfin-aux.h
Executable file → Normal file
0
gas/config/bfin-aux.h
Executable file → Normal file
0
gas/config/tc-epiphany.c
Executable file → Normal file
0
gas/config/tc-epiphany.c
Executable file → Normal file
0
gas/config/tc-epiphany.h
Executable file → Normal file
0
gas/config/tc-epiphany.h
Executable file → Normal file
|
@ -1,3 +1,29 @@
|
|||
2013-12-07 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* gas/bfin/bit2.s: Remove +x file mode.
|
||||
* gas/bfin/cache2.s: Likewise.
|
||||
* gas/bfin/control_code2.s: Likewise.
|
||||
* gas/bfin/event2.s: Likewise.
|
||||
* gas/bfin/flow2.s: Likewise.
|
||||
* gas/bfin/logical2.s: Likewise.
|
||||
* gas/bfin/move2.s: Likewise.
|
||||
* gas/bfin/shift2.s: Likewise.
|
||||
* gas/bfin/stack2.s: Likewise.
|
||||
* gas/bfin/vector2.s: Likewise.
|
||||
* gas/bfin/video2.s: Likewise.
|
||||
* gas/epiphany/sample.s: Likewise.
|
||||
* gas/pe/aligncomm-a.d: Likewise.
|
||||
* gas/pe/aligncomm-a.s: Likewise.
|
||||
* gas/pe/aligncomm-b.d: Likewise.
|
||||
* gas/pe/aligncomm-c.d: Likewise.
|
||||
* gas/pe/aligncomm-c.s: Likewise.
|
||||
* gas/pe/aligncomm-d.d: Likewise.
|
||||
* gas/pe/aligncomm-d.s: Likewise.
|
||||
* gas/pe/pe.exp: Likewise.
|
||||
* gas/ppc/vle-simple-4.s: Likewise.
|
||||
* gas/ppc/vle.d: Likewise.
|
||||
* gas/ppc/vle.s: Likewise.
|
||||
|
||||
2013-11-27 Matthew Fortune <matthew.fortune@imgtec.com>
|
||||
|
||||
* gas/mips/mips.exp: Consider mips-mti-elf the same as mips-sde-elf
|
||||
|
|
0
gas/testsuite/gas/bfin/bit2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/bit2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/cache2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/cache2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/control_code2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/control_code2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/event2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/event2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/flow2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/flow2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/logical2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/logical2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/move2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/move2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/shift2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/shift2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/stack2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/stack2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/vector2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/vector2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/video2.s
Executable file → Normal file
0
gas/testsuite/gas/bfin/video2.s
Executable file → Normal file
0
gas/testsuite/gas/epiphany/sample.s
Executable file → Normal file
0
gas/testsuite/gas/epiphany/sample.s
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-a.d
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-a.d
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-a.s
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-a.s
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-b.d
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-b.d
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-c.d
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-c.d
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-c.s
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-c.s
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-d.d
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-d.d
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-d.s
Executable file → Normal file
0
gas/testsuite/gas/pe/aligncomm-d.s
Executable file → Normal file
0
gas/testsuite/gas/pe/pe.exp
Executable file → Normal file
0
gas/testsuite/gas/pe/pe.exp
Executable file → Normal file
0
gas/testsuite/gas/ppc/vle-simple-4.s
Executable file → Normal file
0
gas/testsuite/gas/ppc/vle-simple-4.s
Executable file → Normal file
0
gas/testsuite/gas/ppc/vle.d
Executable file → Normal file
0
gas/testsuite/gas/ppc/vle.d
Executable file → Normal file
0
gas/testsuite/gas/ppc/vle.s
Executable file → Normal file
0
gas/testsuite/gas/ppc/vle.s
Executable file → Normal file
|
@ -1,3 +1,8 @@
|
|||
2013-12-07 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
|
||||
* gdb.base/testenv.c: Likewise.
|
||||
|
||||
2013-12-07 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
|
||||
|
|
0
gdb/testsuite/gdb.ada/uninitialized_vars/parse_controlled.ads
Executable file → Normal file
0
gdb/testsuite/gdb.ada/uninitialized_vars/parse_controlled.ads
Executable file → Normal file
0
gdb/testsuite/gdb.base/testenv.c
Executable file → Normal file
0
gdb/testsuite/gdb.base/testenv.c
Executable file → Normal file
|
@ -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.
|
||||
|
|
0
include/elf/epiphany.h
Executable file → Normal file
0
include/elf/epiphany.h
Executable file → Normal file
|
@ -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
|
||||
|
|
0
include/opcode/bfin.h
Executable file → Normal file
0
include/opcode/bfin.h
Executable file → Normal file
15
ld/ChangeLog
15
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
|
||||
|
|
0
ld/ChangeLog-2008
Executable file → Normal file
0
ld/ChangeLog-2008
Executable file → Normal file
0
ld/emulparams/bfin.sh
Executable file → Normal file
0
ld/emulparams/bfin.sh
Executable file → Normal file
0
ld/emulparams/elf32bmipn32.sh
Executable file → Normal file
0
ld/emulparams/elf32bmipn32.sh
Executable file → Normal file
0
ld/emulparams/elf32fr30.sh
Executable file → Normal file
0
ld/emulparams/elf32fr30.sh
Executable file → Normal file
0
ld/emulparams/elf32frv.sh
Executable file → Normal file
0
ld/emulparams/elf32frv.sh
Executable file → Normal file
0
ld/emulparams/elf32iq10.sh
Executable file → Normal file
0
ld/emulparams/elf32iq10.sh
Executable file → Normal file
0
ld/emulparams/elf32iq2000.sh
Executable file → Normal file
0
ld/emulparams/elf32iq2000.sh
Executable file → Normal file
0
ld/emulparams/elf32mep.sh
Executable file → Normal file
0
ld/emulparams/elf32mep.sh
Executable file → Normal file
0
ld/emulparams/elf32openrisc.sh
Executable file → Normal file
0
ld/emulparams/elf32openrisc.sh
Executable file → Normal file
0
ld/emulparams/elf64bmip.sh
Executable file → Normal file
0
ld/emulparams/elf64bmip.sh
Executable file → Normal file
0
ld/emulparams/elf64hppa.sh
Executable file → Normal file
0
ld/emulparams/elf64hppa.sh
Executable file → Normal file
0
ld/emulparams/i386beos.sh
Executable file → Normal file
0
ld/emulparams/i386beos.sh
Executable file → Normal file
|
@ -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.
|
||||
|
|
0
ld/testsuite/ld-pe/aligncomm-1.c
Executable file → Normal file
0
ld/testsuite/ld-pe/aligncomm-1.c
Executable file → Normal file
0
ld/testsuite/ld-pe/aligncomm-2.c
Executable file → Normal file
0
ld/testsuite/ld-pe/aligncomm-2.c
Executable file → Normal file
0
ld/testsuite/ld-pe/aligncomm-3.c
Executable file → Normal file
0
ld/testsuite/ld-pe/aligncomm-3.c
Executable file → Normal file
0
ld/testsuite/ld-pe/aligncomm-4.c
Executable file → Normal file
0
ld/testsuite/ld-pe/aligncomm-4.c
Executable file → Normal file
0
ld/testsuite/ld-pe/aligncomm.d
Executable file → Normal file
0
ld/testsuite/ld-pe/aligncomm.d
Executable file → Normal file
0
ld/testsuite/ld-pe/export_dynamic_warning.s
Executable file → Normal file
0
ld/testsuite/ld-pe/export_dynamic_warning.s
Executable file → Normal file
0
ld/testsuite/ld-pe/exports64.d
Executable file → Normal file
0
ld/testsuite/ld-pe/exports64.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn-1.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn-1.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn-2.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn-2.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn-3.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn-3.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn-4.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn-4.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn-5.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn-5.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn.d
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn.s
Executable file → Normal file
0
ld/testsuite/ld-pe/longsecn.s
Executable file → Normal file
0
ld/testsuite/ld-pe/non-c-lang-syms.d
Executable file → Normal file
0
ld/testsuite/ld-pe/non-c-lang-syms.d
Executable file → Normal file
0
ld/testsuite/ld-pe/non-c-lang-syms.s
Executable file → Normal file
0
ld/testsuite/ld-pe/non-c-lang-syms.s
Executable file → Normal file
0
ld/testsuite/ld-pe/pe-compile.exp
Executable file → Normal file
0
ld/testsuite/ld-pe/pe-compile.exp
Executable file → Normal file
0
ld/testsuite/ld-pe/pe-run.exp
Executable file → Normal file
0
ld/testsuite/ld-pe/pe-run.exp
Executable file → Normal file
0
ld/testsuite/ld-pe/tlssec.s
Executable file → Normal file
0
ld/testsuite/ld-pe/tlssec.s
Executable file → Normal file
0
ld/testsuite/ld-pe/tlssec32.d
Executable file → Normal file
0
ld/testsuite/ld-pe/tlssec32.d
Executable file → Normal file
0
ld/testsuite/ld-pe/tlssec64.d
Executable file → Normal file
0
ld/testsuite/ld-pe/tlssec64.d
Executable file → Normal file
0
ld/testsuite/ld-pe/vers-script-1.ver
Executable file → Normal file
0
ld/testsuite/ld-pe/vers-script-1.ver
Executable file → Normal file
0
ld/testsuite/ld-pe/vers-script-2.ver
Executable file → Normal file
0
ld/testsuite/ld-pe/vers-script-2.ver
Executable file → Normal file
0
ld/testsuite/ld-pe/vers-script-3.ver
Executable file → Normal file
0
ld/testsuite/ld-pe/vers-script-3.ver
Executable file → Normal file
0
ld/testsuite/ld-pe/vers-script-4.ver
Executable file → Normal file
0
ld/testsuite/ld-pe/vers-script-4.ver
Executable file → Normal file
0
ld/testsuite/ld-pe/vers-script-dll.c
Executable file → Normal file
0
ld/testsuite/ld-pe/vers-script-dll.c
Executable file → Normal file
4
sim/lm32/ChangeLog
Executable file → Normal file
4
sim/lm32/ChangeLog
Executable file → Normal file
|
@ -1,3 +1,7 @@
|
|||
2013-12-07 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* ChangeLog: Remove +x file mode.
|
||||
|
||||
2013-09-23 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
|
Loading…
Reference in a new issue