aboutsummaryrefslogtreecommitdiff
path: root/gas
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 /gas
parentd9a196da2e5b0efad84dfc64e9b4bfda6a9bd586 (diff)
downloadgdb-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')
-rw-r--r--gas/ChangeLog6
-rw-r--r--[-rwxr-xr-x]gas/config/bfin-aux.h0
-rw-r--r--[-rwxr-xr-x]gas/config/tc-epiphany.c0
-rw-r--r--[-rwxr-xr-x]gas/config/tc-epiphany.h0
-rw-r--r--gas/testsuite/ChangeLog26
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/bfin/bit2.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/bfin/cache2.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/bfin/control_code2.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/bfin/event2.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/bfin/flow2.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/bfin/logical2.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/bfin/move2.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/bfin/shift2.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/bfin/stack2.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/bfin/vector2.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/bfin/video2.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/epiphany/sample.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/pe/aligncomm-a.d0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/pe/aligncomm-a.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/pe/aligncomm-b.d0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/pe/aligncomm-c.d0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/pe/aligncomm-c.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/pe/aligncomm-d.d0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/pe/aligncomm-d.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/pe/pe.exp0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/ppc/vle-simple-4.s0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/ppc/vle.d0
-rw-r--r--[-rwxr-xr-x]gas/testsuite/gas/ppc/vle.s0
28 files changed, 32 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
diff --git a/gas/config/bfin-aux.h b/gas/config/bfin-aux.h
index e78a4e8..e78a4e8 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 d472968..d472968 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 ed5782e..ed5782e 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 281f9eb..a0dba9f 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 2e06229..2e06229 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 afa7365..afa7365 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 50648cc..50648cc 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 a8b0ec1..a8b0ec1 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 7ae3551..7ae3551 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 d9b6274..d9b6274 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 ac8ae8d..ac8ae8d 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 99115a6..99115a6 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 adb4288..adb4288 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 be1a5b7..be1a5b7 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 4ec9f75..4ec9f75 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 91f3940..91f3940 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 21cad88..21cad88 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 47bab4d..47bab4d 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 3884655..3884655 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 2336f44..2336f44 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 154b4bd..154b4bd 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 05066fb..05066fb 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 bf2b397..bf2b397 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 870df11..870df11 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 8f9c9d1..8f9c9d1 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 ea75658..ea75658 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 cab6120..cab6120 100755..100644
--- a/gas/testsuite/gas/ppc/vle.s
+++ b/gas/testsuite/gas/ppc/vle.s