[PATCH 19/21] Remove exec permission tc-mips.c

Jovan Dmitrovic jovan.dmitrovic@htecgroup.com
Wed Apr 2 12:18:48 GMT 2025


From: Faraz Shahbazker <fshahbazker@wavecomp.com>

This change is made to prevent the accidental execution of a file
that is not meant to be executed, thereby enhancing security and
accuracy in version control. Files that are intended only for
reading and modification (such as the configuration file in this
case) should not have executable permissions, as they are not
needed for their functionality.

gas/config/tc-mips.c:   100755 ->  100644

Cherry-picked d8eb562
from https://github.com/MIPS/binutils-gdb

Signed-off-by: Faraz Shahbazker <fshahbazker@wavecomp.com>
Signed-off-by: Milica Matic <milica.matic@htecgroup.com>
-- 
2.34.1


More information about the Binutils mailing list