From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id A905E3858281; Thu, 22 Dec 2022 03:40:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A905E3858281 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671680425; bh=IOIQO0XFCr4N4bRUA0v3D+ymfbdV6uEQrm0VnuU/yNM=; h=From:To:Subject:Date:From; b=qG2D+JM1Kl2Lxj7nN/gfZ04DujrEKEjsyE+wJFu1s/ybdshGu9iJMp7P3KKNTZgTI IqyG6LrBDoZ1p8DGFF2227rHQJTPdBdyBSasRQdEwxbVo9Nm5h6y5dz2a3SMWom2ca hRugmG6R7+FShD1X2AtX7fJ2VX9HHg2ysIx0c9oM= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] remove +x bit on source files X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 4e7817498efc8ad74b7266d034abc5c4e45de44e X-Git-Newrev: 0a7bf8fc4c061d550bae6668a6e2cd03c67dce46 Message-Id: <20221222034025.A905E3858281@sourceware.org> Date: Thu, 22 Dec 2022 03:40:25 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D0a7bf8fc4c0= 61d550bae6668a6e2cd03c67dce46 commit 0a7bf8fc4c061d550bae6668a6e2cd03c67dce46 Author: Mike Frysinger Date: Wed Dec 21 22:38:57 2022 -0500 remove +x bit on source files =20 These should never be marked executable as they have no shebang and are pure source files. Diff: --- 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(-) 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/lsh= rhi.S old mode 100755 new mode 100644 diff --git a/newlib/libc/machine/w65/sdivhi3.S b/newlib/libc/machine/w65/sd= ivhi3.S old mode 100755 new mode 100644 diff --git a/newlib/libc/machine/w65/smulhi3.S b/newlib/libc/machine/w65/sm= ulhi3.S old mode 100755 new mode 100644 diff --git a/newlib/libc/machine/w65/udivhi3.S b/newlib/libc/machine/w65/ud= ivhi3.S old mode 100755 new mode 100644 diff --git a/newlib/libc/machine/w65/umodhi3.S b/newlib/libc/machine/w65/um= odhi3.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/readlin= k.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