]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgfortran/Makefile.in
check.c (gfc_check_system_clock): New function.
authorSteven G. Kargl <kargls@comcast.net>
Sat, 22 May 2004 12:47:42 +0000 (12:47 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Sat, 22 May 2004 12:47:42 +0000 (12:47 +0000)
commit21fdfcc12c75a3ad3b0b4f2a3053f183941710d5
tree861dbef282074d370fa3d6efc8e98b40d0c69ccd
parent2d8b59dfd5402cce6da3949fb1f84d7492ab5cbc
check.c (gfc_check_system_clock): New function.

* check.c (gfc_check_system_clock): New function.
* intrinsic.c (add_sym_3s): New function.
(add_subroutines): Use it.
* intrinsic.h (gfc_check_system_clock, gfc_resolve_system_clock):
Add prototypes.
* iresolve.c (gfc_resolve_system_clock): New function.
libgfortran/
* intrinsics/system_clock: New file.
* Makefile.am: Add intrinsics/system_clock.c.
* Makefile.in: Regenerate.

From-SVN: r82131
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/fortran/intrinsic.c
gcc/fortran/intrinsic.h
gcc/fortran/iresolve.c
libgfortran/ChangeLog
libgfortran/Makefile.am
libgfortran/Makefile.in
libgfortran/intrinsics/system_clock.c [new file with mode: 0644]