]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgfortran/io/unix.c
PR libfortran/21185
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Sep 2007 14:52:46 +0000 (14:52 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Sep 2007 14:52:46 +0000 (14:52 +0000)
commite0582811ed1518fc811f46d85585cba6e29f7027
tree0048e16af72d2eef9bf9f9e8ac0d78574ea4bf40
parent4af80cde4854a2046aab66018a343345e3e19d7c
PR libfortran/21185
* runtime/compile_options.c (set_options): Fix typo.
* runtime/main.c (store_exe_path): If getcwd is not available,
don't use it.
* intrinsics/getcwd.c: Same thing here.
* io/unix.c (fallback_access): New fallback function for access.
(fix_fd): Don't use dup if it's not available.
* configure.ac: Check for dup and getcwd.
* configure: Regenerate.
* config.h.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128512 138bc75d-0d04-0410-961f-82ee72b054a4
libgfortran/ChangeLog
libgfortran/config.h.in
libgfortran/configure
libgfortran/configure.ac
libgfortran/intrinsics/getcwd.c
libgfortran/io/unix.c
libgfortran/runtime/compile_options.c
libgfortran/runtime/main.c