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 | |
parent | d9a196da2e5b0efad84dfc64e9b4bfda6a9bd586 (diff) | |
download | binutils-gdb-594d8fa8e9b345aa49f0fd58a0d33eb3baf82944.tar.gz |
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>
84 files changed, 107 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 693a1448473..fbcb5d256fa 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -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. diff --git a/binutils/testsuite/binutils-all/windres/escapex-2.rc b/binutils/testsuite/binutils-all/windres/escapex-2.rc index ed35b21406d..ed35b21406d 100755..100644 --- a/binutils/testsuite/binutils-all/windres/escapex-2.rc +++ b/binutils/testsuite/binutils-all/windres/escapex-2.rc diff --git a/binutils/testsuite/binutils-all/windres/version_small.rc b/binutils/testsuite/binutils-all/windres/version_small.rc index add98551850..add98551850 100755..100644 --- a/binutils/testsuite/binutils-all/windres/version_small.rc +++ b/binutils/testsuite/binutils-all/windres/version_small.rc diff --git a/binutils/testsuite/binutils-all/windres/version_small.rsd b/binutils/testsuite/binutils-all/windres/version_small.rsd index 141ddb1438c..141ddb1438c 100755..100644 --- a/binutils/testsuite/binutils-all/windres/version_small.rsd +++ b/binutils/testsuite/binutils-all/windres/version_small.rsd diff --git a/config/ChangeLog b/config/ChangeLog index 7d000625c76..885e067853d 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -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. diff --git a/config/acinclude.m4 b/config/acinclude.m4 index 8242b2c7a8a..8242b2c7a8a 100755..100644 --- a/config/acinclude.m4 +++ b/config/acinclude.m4 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 diff --git a/gas/ChangeLog b/gas/ChangeLog index 5235f4d134c..27c7d9b7b45 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 diff --git a/gas/config/bfin-aux.h b/gas/config/bfin-aux.h index e78a4e841cf..e78a4e841cf 100755..100644 --- a/gas/config/bfin-aux.h +++ b/gas/config/bfin-aux.h diff --git a/gas/config/tc-epiphany.c b/gas/config/tc-epiphany.c index d47296845a9..d47296845a9 100755..100644 --- a/gas/config/tc-epiphany.c +++ b/gas/config/tc-epiphany.c diff --git a/gas/config/tc-epiphany.h b/gas/config/tc-epiphany.h index ed5782edd0d..ed5782edd0d 100755..100644 --- a/gas/config/tc-epiphany.h +++ b/gas/config/tc-epiphany.h diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 281f9ebaf95..a0dba9fb4c3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/bfin/bit2.s b/gas/testsuite/gas/bfin/bit2.s index 2e062298502..2e062298502 100755..100644 --- a/gas/testsuite/gas/bfin/bit2.s +++ b/gas/testsuite/gas/bfin/bit2.s diff --git a/gas/testsuite/gas/bfin/cache2.s b/gas/testsuite/gas/bfin/cache2.s index afa73651891..afa73651891 100755..100644 --- a/gas/testsuite/gas/bfin/cache2.s +++ b/gas/testsuite/gas/bfin/cache2.s diff --git a/gas/testsuite/gas/bfin/control_code2.s b/gas/testsuite/gas/bfin/control_code2.s index 50648cc1f1d..50648cc1f1d 100755..100644 --- a/gas/testsuite/gas/bfin/control_code2.s +++ b/gas/testsuite/gas/bfin/control_code2.s diff --git a/gas/testsuite/gas/bfin/event2.s b/gas/testsuite/gas/bfin/event2.s index a8b0ec103a0..a8b0ec103a0 100755..100644 --- a/gas/testsuite/gas/bfin/event2.s +++ b/gas/testsuite/gas/bfin/event2.s diff --git a/gas/testsuite/gas/bfin/flow2.s b/gas/testsuite/gas/bfin/flow2.s index 7ae355100a0..7ae355100a0 100755..100644 --- a/gas/testsuite/gas/bfin/flow2.s +++ b/gas/testsuite/gas/bfin/flow2.s diff --git a/gas/testsuite/gas/bfin/logical2.s b/gas/testsuite/gas/bfin/logical2.s index d9b62747ea2..d9b62747ea2 100755..100644 --- a/gas/testsuite/gas/bfin/logical2.s +++ b/gas/testsuite/gas/bfin/logical2.s diff --git a/gas/testsuite/gas/bfin/move2.s b/gas/testsuite/gas/bfin/move2.s index ac8ae8db04a..ac8ae8db04a 100755..100644 --- a/gas/testsuite/gas/bfin/move2.s +++ b/gas/testsuite/gas/bfin/move2.s diff --git a/gas/testsuite/gas/bfin/shift2.s b/gas/testsuite/gas/bfin/shift2.s index 99115a65b7f..99115a65b7f 100755..100644 --- a/gas/testsuite/gas/bfin/shift2.s +++ b/gas/testsuite/gas/bfin/shift2.s diff --git a/gas/testsuite/gas/bfin/stack2.s b/gas/testsuite/gas/bfin/stack2.s index adb4288e4f8..adb4288e4f8 100755..100644 --- a/gas/testsuite/gas/bfin/stack2.s +++ b/gas/testsuite/gas/bfin/stack2.s diff --git a/gas/testsuite/gas/bfin/vector2.s b/gas/testsuite/gas/bfin/vector2.s index be1a5b7b567..be1a5b7b567 100755..100644 --- a/gas/testsuite/gas/bfin/vector2.s +++ b/gas/testsuite/gas/bfin/vector2.s diff --git a/gas/testsuite/gas/bfin/video2.s b/gas/testsuite/gas/bfin/video2.s index 4ec9f75e010..4ec9f75e010 100755..100644 --- a/gas/testsuite/gas/bfin/video2.s +++ b/gas/testsuite/gas/bfin/video2.s diff --git a/gas/testsuite/gas/epiphany/sample.s b/gas/testsuite/gas/epiphany/sample.s index 91f394060dc..91f394060dc 100755..100644 --- a/gas/testsuite/gas/epiphany/sample.s +++ b/gas/testsuite/gas/epiphany/sample.s diff --git a/gas/testsuite/gas/pe/aligncomm-a.d b/gas/testsuite/gas/pe/aligncomm-a.d index 21cad886881..21cad886881 100755..100644 --- a/gas/testsuite/gas/pe/aligncomm-a.d +++ b/gas/testsuite/gas/pe/aligncomm-a.d diff --git a/gas/testsuite/gas/pe/aligncomm-a.s b/gas/testsuite/gas/pe/aligncomm-a.s index 47bab4da214..47bab4da214 100755..100644 --- a/gas/testsuite/gas/pe/aligncomm-a.s +++ b/gas/testsuite/gas/pe/aligncomm-a.s diff --git a/gas/testsuite/gas/pe/aligncomm-b.d b/gas/testsuite/gas/pe/aligncomm-b.d index 38846550227..38846550227 100755..100644 --- a/gas/testsuite/gas/pe/aligncomm-b.d +++ b/gas/testsuite/gas/pe/aligncomm-b.d diff --git a/gas/testsuite/gas/pe/aligncomm-c.d b/gas/testsuite/gas/pe/aligncomm-c.d index 2336f441266..2336f441266 100755..100644 --- a/gas/testsuite/gas/pe/aligncomm-c.d +++ b/gas/testsuite/gas/pe/aligncomm-c.d diff --git a/gas/testsuite/gas/pe/aligncomm-c.s b/gas/testsuite/gas/pe/aligncomm-c.s index 154b4bd8812..154b4bd8812 100755..100644 --- a/gas/testsuite/gas/pe/aligncomm-c.s +++ b/gas/testsuite/gas/pe/aligncomm-c.s diff --git a/gas/testsuite/gas/pe/aligncomm-d.d b/gas/testsuite/gas/pe/aligncomm-d.d index 05066fb29ed..05066fb29ed 100755..100644 --- a/gas/testsuite/gas/pe/aligncomm-d.d +++ b/gas/testsuite/gas/pe/aligncomm-d.d diff --git a/gas/testsuite/gas/pe/aligncomm-d.s b/gas/testsuite/gas/pe/aligncomm-d.s index bf2b3974d9b..bf2b3974d9b 100755..100644 --- a/gas/testsuite/gas/pe/aligncomm-d.s +++ b/gas/testsuite/gas/pe/aligncomm-d.s diff --git a/gas/testsuite/gas/pe/pe.exp b/gas/testsuite/gas/pe/pe.exp index 870df11a5ea..870df11a5ea 100755..100644 --- a/gas/testsuite/gas/pe/pe.exp +++ b/gas/testsuite/gas/pe/pe.exp diff --git a/gas/testsuite/gas/ppc/vle-simple-4.s b/gas/testsuite/gas/ppc/vle-simple-4.s index 8f9c9d1779a..8f9c9d1779a 100755..100644 --- a/gas/testsuite/gas/ppc/vle-simple-4.s +++ b/gas/testsuite/gas/ppc/vle-simple-4.s diff --git a/gas/testsuite/gas/ppc/vle.d b/gas/testsuite/gas/ppc/vle.d index ea75658ab20..ea75658ab20 100755..100644 --- a/gas/testsuite/gas/ppc/vle.d +++ b/gas/testsuite/gas/ppc/vle.d diff --git a/gas/testsuite/gas/ppc/vle.s b/gas/testsuite/gas/ppc/vle.s index cab61207e92..cab61207e92 100755..100644 --- a/gas/testsuite/gas/ppc/vle.s +++ b/gas/testsuite/gas/ppc/vle.s diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 810255b8dbb..e35e60bc87c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 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. * gdb.hp/gdb.objdbg/tools/symaddr: Likewise. * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise. diff --git a/gdb/testsuite/gdb.ada/uninitialized_vars/parse_controlled.ads b/gdb/testsuite/gdb.ada/uninitialized_vars/parse_controlled.ads index fea620abb5f..fea620abb5f 100755..100644 --- a/gdb/testsuite/gdb.ada/uninitialized_vars/parse_controlled.ads +++ b/gdb/testsuite/gdb.ada/uninitialized_vars/parse_controlled.ads diff --git a/gdb/testsuite/gdb.base/testenv.c b/gdb/testsuite/gdb.base/testenv.c index 5548ef5df8a..5548ef5df8a 100755..100644 --- a/gdb/testsuite/gdb.base/testenv.c +++ b/gdb/testsuite/gdb.base/testenv.c 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 diff --git a/ld/ChangeLog b/ld/ChangeLog index 310006b6530..bba41b9fdff 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 a57d30fddd8..a57d30fddd8 100755..100644 --- a/ld/ChangeLog-2008 +++ b/ld/ChangeLog-2008 diff --git a/ld/emulparams/bfin.sh b/ld/emulparams/bfin.sh index 6c0bb4090b8..6c0bb4090b8 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 c26b6b3dcb2..c26b6b3dcb2 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 1764a325698..1764a325698 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 903707243f7..903707243f7 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 2c0d75f100e..2c0d75f100e 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 a21276ac22a..a21276ac22a 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 2ebbda1bdc4..2ebbda1bdc4 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 bbe9a3e8b3a..bbe9a3e8b3a 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 0df65285f5d..0df65285f5d 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 eeeadeafcaf..eeeadeafcaf 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 869da5f41ba..869da5f41ba 100755..100644 --- a/ld/emulparams/i386beos.sh +++ b/ld/emulparams/i386beos.sh diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 9bc7975fd58..4526b4e07e1 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 fc6cb034e36..fc6cb034e36 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 5e042b8df4d..5e042b8df4d 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 69184f9ab36..69184f9ab36 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 085335a5e41..085335a5e41 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 6f336449856..6f336449856 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 8089e0627c2..8089e0627c2 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 5fc5aeb15db..5fc5aeb15db 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 95b3337de33..95b3337de33 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 8170006f842..8170006f842 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 0317be3084a..0317be3084a 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 565ef38100b..565ef38100b 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 82d94b8ab27..82d94b8ab27 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 2dcde3533ad..2dcde3533ad 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 1fc4da36847..1fc4da36847 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 3c7fa93767a..3c7fa93767a 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 e849d9e1687..e849d9e1687 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 750f5c030e3..750f5c030e3 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 709fb19a8fa..709fb19a8fa 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 ba14881c794..ba14881c794 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 0114064a33b..0114064a33b 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 692d9e4848a..692d9e4848a 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 07f54aa2ee4..07f54aa2ee4 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 6e7cac631a1..6e7cac631a1 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 d2d189b5249..d2d189b5249 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 f38abf1d5c4..f38abf1d5c4 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 547ddb5a7d4..547ddb5a7d4 100755..100644 --- a/ld/testsuite/ld-pe/vers-script-dll.c +++ b/ld/testsuite/ld-pe/vers-script-dll.c diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog index dc1107ffe2c..a00cffc5d35 100755..100644 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -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. |