tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] tcc 0.9.25 doesn't set the execution bit if the executabl


From: Vincent Lefevre
Subject: [Tinycc-devel] tcc 0.9.25 doesn't set the execution bit if the executable is overwritten
Date: Wed, 14 Apr 2010 00:54:31 +0200
User-agent: Mutt/1.5.20-6072-vl-r35499 (2010-04-03)

tcc 0.9.25 doesn't set the execution bit if the executable is
overwritten. To reproduce the problem:

ypig% touch tst
ypig% ls -l tst
-rw-r--r-- 1 vlefevre vlefevre 0 2010-04-14 00:53:30 tst
ypig% tcc tst.c -o tst
ypig% ls -l tst       
-rw-r--r-- 1 vlefevre vlefevre 3456 2010-04-14 00:53:38 tst

-- 
Vincent Lefèvre <address@hidden> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]