]> gcc.gnu.org Git - gcc.git/commit - libgfortran/Makefile.am
check.c (gfc_check_getcwd_sub): New function.
authorSteven G. Kargl <kargls@comcast.net>
Wed, 15 Sep 2004 14:09:17 +0000 (14:09 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Wed, 15 Sep 2004 14:09:17 +0000 (14:09 +0000)
commita8c60d7fffb6bd4f3b483369c4b8ecc4a2c83f83
treee0fa8b6b091f226f84ee9b1209119792fd8b000c
parent4672f86ad056e95dbdc570901efd8270056560a9
check.c (gfc_check_getcwd_sub): New function.

2004-09-15  Steven G. Kargl  <kargls@comcast.net>

* check.c (gfc_check_getcwd_sub): New function.
* gfortran.h (GFC_ISYM_GETCWD): New symbol.
* intrinsic.c (add_functions): Add function definition;
Use symbol.
* intrinsic.c (add_subroutines): Add subroutine definitions.
* intrinsic.h: Add prototypes.
* iresolve.c (gfc_resolve_getcwd, gfc_resolve_getcwd_sub):
New functions.
* trans-intrinsic.c (gfc_conv_intrinsic_function): Use symbol.
libgfortran/
* intrinsics/getcwd.c: New file.
* Makefile.am: Add getcwd.c.
* Makefile.in: Regenerated.

From-SVN: r87552
gcc/fortran/check.c
gcc/fortran/gfortran.h
gcc/fortran/intrinsic.c
gcc/fortran/intrinsic.h
gcc/fortran/iresolve.c
gcc/fortran/trans-intrinsic.c
gcc/fortran/trans-io.c
libgfortran/Makefile.am
libgfortran/Makefile.in
libgfortran/intrinsics/getcwd.c [new file with mode: 0644]
This page took 0.056866 seconds and 5 git commands to generate.