From 594d8fa8e9b345aa49f0fd58a0d33eb3baf82944 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 3 Dec 2013 19:40:24 -0500 Subject: 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 --- gas/config/bfin-aux.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 gas/config/bfin-aux.h (limited to 'gas/config/bfin-aux.h') diff --git a/gas/config/bfin-aux.h b/gas/config/bfin-aux.h old mode 100755 new mode 100644 -- cgit v1.1