aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-12-03 19:40:24 -0500
committerMike Frysinger <vapier@gentoo.org>2013-12-07 02:03:03 -0500
commit594d8fa8e9b345aa49f0fd58a0d33eb3baf82944 (patch)
tree15435ad1250cf752079d34761b2c40e2162e5d79 /ld/testsuite
parentd9a196da2e5b0efad84dfc64e9b4bfda6a9bd586 (diff)
downloadfsf-binutils-gdb-594d8fa8e9b345aa49f0fd58a0d33eb3baf82944.zip
fsf-binutils-gdb-594d8fa8e9b345aa49f0fd58a0d33eb3baf82944.tar.gz
fsf-binutils-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/testsuite')
-rw-r--r--ld/testsuite/ChangeLog29
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/aligncomm-1.c0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/aligncomm-2.c0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/aligncomm-3.c0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/aligncomm-4.c0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/aligncomm.d0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/export_dynamic_warning.s0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/exports64.d0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/longsecn-1.d0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/longsecn-2.d0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/longsecn-3.d0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/longsecn-4.d0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/longsecn-5.d0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/longsecn.d0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/longsecn.s0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/non-c-lang-syms.d0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/non-c-lang-syms.s0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/pe-compile.exp0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/pe-run.exp0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/tlssec.s0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/tlssec32.d0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/tlssec64.d0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/vers-script-1.ver0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/vers-script-2.ver0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/vers-script-3.ver0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/vers-script-4.ver0
-rw-r--r--[-rwxr-xr-x]ld/testsuite/ld-pe/vers-script-dll.c0
27 files changed, 29 insertions, 0 deletions
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