OSDN Git Service

PR libfortran/31335
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Mar 2007 19:41:11 +0000 (19:41 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Mar 2007 19:41:11 +0000 (19:41 +0000)
commit74b918e93581bd5b5d8dfbb8240c248c4275016d
treebfeff7227b047cec60eb9fd962576f8748c6f8f0
parent6a3c46ec49a1b183cefa10dc1d79269b18194188
PR libfortran/31335
* intrinsics/stat.c: Only provide STAT and FSTAT library routines
if stat() and fstat() library functions are available. When lstat()
is not available, use stat() instead.
* configure.ac: Add checks for stat, fstat and lstat.
* configure: Regenerate.
* config.h.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123388 138bc75d-0d04-0410-961f-82ee72b054a4
libgfortran/ChangeLog
libgfortran/config.h.in
libgfortran/configure
libgfortran/configure.ac
libgfortran/intrinsics/stat.c