public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH/committed] remove +x bit on source files
@ 2022-12-22  3:40 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2022-12-22  3:40 UTC (permalink / raw)
  To: newlib

These should never be marked executable as they have no shebang and
are pure source files.
---
 include/elf/epiphany.h            | 0
 include/opcode/bfin.h             | 0
 newlib/libc/machine/w65/lshrhi.S  | 0
 newlib/libc/machine/w65/sdivhi3.S | 0
 newlib/libc/machine/w65/smulhi3.S | 0
 newlib/libc/machine/w65/udivhi3.S | 0
 newlib/libc/machine/w65/umodhi3.S | 0
 newlib/libc/sys/rdos/chown.c      | 0
 newlib/libc/sys/rdos/fork.c       | 0
 newlib/libc/sys/rdos/fstat.c      | 0
 newlib/libc/sys/rdos/lseek.c      | 0
 newlib/libc/sys/rdos/open.c       | 0
 newlib/libc/sys/rdos/rdos.h       | 0
 newlib/libc/sys/rdos/readlink.c   | 0
 newlib/libc/sys/rdos/stat.c       | 0
 newlib/libc/sys/rdos/symlink.c    | 0
 16 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 include/elf/epiphany.h
 mode change 100755 => 100644 include/opcode/bfin.h
 mode change 100755 => 100644 newlib/libc/machine/w65/lshrhi.S
 mode change 100755 => 100644 newlib/libc/machine/w65/sdivhi3.S
 mode change 100755 => 100644 newlib/libc/machine/w65/smulhi3.S
 mode change 100755 => 100644 newlib/libc/machine/w65/udivhi3.S
 mode change 100755 => 100644 newlib/libc/machine/w65/umodhi3.S
 mode change 100755 => 100644 newlib/libc/sys/rdos/chown.c
 mode change 100755 => 100644 newlib/libc/sys/rdos/fork.c
 mode change 100755 => 100644 newlib/libc/sys/rdos/fstat.c
 mode change 100755 => 100644 newlib/libc/sys/rdos/lseek.c
 mode change 100755 => 100644 newlib/libc/sys/rdos/open.c
 mode change 100755 => 100644 newlib/libc/sys/rdos/rdos.h
 mode change 100755 => 100644 newlib/libc/sys/rdos/readlink.c
 mode change 100755 => 100644 newlib/libc/sys/rdos/stat.c
 mode change 100755 => 100644 newlib/libc/sys/rdos/symlink.c

diff --git a/include/elf/epiphany.h b/include/elf/epiphany.h
old mode 100755
new mode 100644
diff --git a/include/opcode/bfin.h b/include/opcode/bfin.h
old mode 100755
new mode 100644
diff --git a/newlib/libc/machine/w65/lshrhi.S b/newlib/libc/machine/w65/lshrhi.S
old mode 100755
new mode 100644
diff --git a/newlib/libc/machine/w65/sdivhi3.S b/newlib/libc/machine/w65/sdivhi3.S
old mode 100755
new mode 100644
diff --git a/newlib/libc/machine/w65/smulhi3.S b/newlib/libc/machine/w65/smulhi3.S
old mode 100755
new mode 100644
diff --git a/newlib/libc/machine/w65/udivhi3.S b/newlib/libc/machine/w65/udivhi3.S
old mode 100755
new mode 100644
diff --git a/newlib/libc/machine/w65/umodhi3.S b/newlib/libc/machine/w65/umodhi3.S
old mode 100755
new mode 100644
diff --git a/newlib/libc/sys/rdos/chown.c b/newlib/libc/sys/rdos/chown.c
old mode 100755
new mode 100644
diff --git a/newlib/libc/sys/rdos/fork.c b/newlib/libc/sys/rdos/fork.c
old mode 100755
new mode 100644
diff --git a/newlib/libc/sys/rdos/fstat.c b/newlib/libc/sys/rdos/fstat.c
old mode 100755
new mode 100644
diff --git a/newlib/libc/sys/rdos/lseek.c b/newlib/libc/sys/rdos/lseek.c
old mode 100755
new mode 100644
diff --git a/newlib/libc/sys/rdos/open.c b/newlib/libc/sys/rdos/open.c
old mode 100755
new mode 100644
diff --git a/newlib/libc/sys/rdos/rdos.h b/newlib/libc/sys/rdos/rdos.h
old mode 100755
new mode 100644
diff --git a/newlib/libc/sys/rdos/readlink.c b/newlib/libc/sys/rdos/readlink.c
old mode 100755
new mode 100644
diff --git a/newlib/libc/sys/rdos/stat.c b/newlib/libc/sys/rdos/stat.c
old mode 100755
new mode 100644
diff --git a/newlib/libc/sys/rdos/symlink.c b/newlib/libc/sys/rdos/symlink.c
old mode 100755
new mode 100644
-- 
2.39.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-22  3:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-22  3:40 [PATCH/committed] remove +x bit on source files Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).