r200219 - in /trunk/gcc: ChangeLog collect2.c f...
doko@gcc.gnu.org
doko@gcc.gnu.org
Wed Jun 19 21:01:00 GMT 2013
Author: doko
Date: Wed Jun 19 21:01:06 2013
New Revision: 200219
URL: http://gcc.gnu.org/viewcvs?rev=200219&root=gcc&view=rev
Log:
2013-06-19 Matthias Klose <doko@ubuntu.com>
PR driver/57651
* file-find.h (find_a_file): Add a mode parameter.
* file-find.c (find_a_file): Likewise.
* gcc-ar.c (main): Call find_a_file with R_OK for the plugin,
with X_OK for the executables.
* collect2.c (main): Call find_a_file with X_OK.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/collect2.c
trunk/gcc/file-find.c
trunk/gcc/file-find.h
trunk/gcc/gcc-ar.c
More information about the Gcc-cvs
mailing list