* acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see
if target can unlink open files. * configure.ac: Use this new test. * config.h.in: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. * aclocal.ac: Regenerate. * io/io.h: Add prototype for unpack_filename. * io/close.c (st_close): Delete file after closing unit if HAVE_UNLINK_OPEN_FILE is not defined. * io/unix.c (unpack_filename): Unlink scratch file after opening it only if HAVE_UNLINK_OPEN_FILE is defined. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103566 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libgfortran/ChangeLog 15 additions, 0 deletionslibgfortran/ChangeLog
- libgfortran/Makefile.in 3 additions, 3 deletionslibgfortran/Makefile.in
- libgfortran/acinclude.m4 35 additions, 0 deletionslibgfortran/acinclude.m4
- libgfortran/aclocal.m4 240 additions, 94 deletionslibgfortran/aclocal.m4
- libgfortran/config.h.in 3 additions, 0 deletionslibgfortran/config.h.in
- libgfortran/configure 183 additions, 200 deletionslibgfortran/configure
- libgfortran/configure.ac 3 additions, 0 deletionslibgfortran/configure.ac
- libgfortran/io/close.c 23 additions, 1 deletionlibgfortran/io/close.c
- libgfortran/io/io.h 3 additions, 0 deletionslibgfortran/io/io.h
- libgfortran/io/unix.c 4 additions, 1 deletionlibgfortran/io/unix.c
Loading
Please register or sign in to comment