This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Mainline patch to stop collect2 unlinking directories


On Jun 2, 2005, at 5:28 PM, Joseph S. Myers wrote:
This patch, the mainline version of
<http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00092.html>, stops
collect2 from unlinking non-regular files when there is a linker error
(in particular stopping it from unlinking a directory named as linker
output on systems allowing directories to be unlinked).

OK to commit?

Seem reasonable to me and mirrors recent ld advances. -o /dev/null is darwin's favorite example... when building as root, so this isn't just solaris.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]