gcc/libgfortran
Richard Henderson 07d3cebe24 cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc.
* intrinsics/cshift0.c, intrinsics/eoshift0.c, intrinsics/eoshift2.c,
        intrinsics/pack_generic.c, intrinsics/string_intrinsics.c,
        intrinsics/transpose_generic.c, m4/ifunction.m4, m4/matmul.m4,
        m4/matmull.m4, m4/transpose.m4: Use internal_malloc_size instead
        of internal_malloc.
        * generated/*: Rebuild.

From-SVN: r91799
2004-12-06 16:24:44 -08:00
..
generated cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc. 2004-12-06 16:24:44 -08:00
intrinsics cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc. 2004-12-06 16:24:44 -08:00
io c99_functions.c, [...]: Whitespace fixes. 2004-12-06 16:01:01 -08:00
m4 cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc. 2004-12-06 16:24:44 -08:00
runtime c99_functions.c, [...]: Whitespace fixes. 2004-12-06 16:01:01 -08:00
.cvsignore ignore autom4te.cache 2004-08-23 23:51:56 +00:00
AUTHORS
COPYING
ChangeLog cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc. 2004-12-06 16:24:44 -08:00
INSTALL
Makefile.am Makefile.am: Generate all m4 output under $(srcdir). 2004-12-06 13:29:57 -08:00
Makefile.in Makefile.am: Generate all m4 output under $(srcdir). 2004-12-06 13:29:57 -08:00
NEWS
README
acinclude.m4 re PR libfortran/16135 (libfortran doesn't build, use of C99 types) 2004-11-20 13:15:17 +00:00
aclocal.m4 Introduce and use config/gcc-version.m4. 2004-12-02 11:05:13 +00:00
config.h.in flush.c: New file. 2004-12-02 04:10:26 +00:00
configure Introduce and use config/gcc-version.m4. 2004-12-02 11:05:13 +00:00
configure.ac Introduce and use config/gcc-version.m4. 2004-12-02 11:05:13 +00:00
fmain.c
libgfortran.h re PR libfortran/15960 (missing function 'finite' on HP-UX 11.11) 2004-11-23 02:02:38 +00:00
libtool-version libtool-version: New. 2004-07-04 09:06:54 +00:00
mk-sik-inc.sh mk-sik-inc.sh: Use a temporary string instead of 'echo -n'. 2004-09-01 17:51:42 +00:00
mk-srk-inc.sh mk-sik-inc.sh: Use a temporary string instead of 'echo -n'. 2004-09-01 17:51:42 +00:00

README

This is the GNU Fortran 95 Runtime library (libgfortran).
It is intended to be compiled as part of GCC.

Programs must be linked with "-lgfortran -lm". The 'gfortran' driver does this
automatically.

You'll need to apply gcc_config.patch to your top level GCC source directory.
This tells the the GCC configure system about libgfor. This patch can confuse
patch as it contains a filename with a '-' in it. use "patch -p1" to avoid this
problem.

For more information about GNU Fortran 95, see http://gcc-g95.sourceforge.net

Paul Brook <paul@nowt.org>