gcc/libgfortran
Paul Brook c9e66eda1a Makefile.am: Remove references to types.m4.
* Makefile.am: Remove references to types.m4.
	* m4/iparm.m4: Merge with types.m4.
	* m4/types.m4: Remove.
	* m4/cshift1.m4, m4/dotprod.m4, m4/dotprodc.m4, m4/dotprodl.m4,
	m4/eoshift1.m4, m4/eoshift3.m4, m4/iforeach.m4, m4/ifunction.m4,
	m4/in_pack.m4, m4/in_unpack.m4, m4/iparm.m4, m4/matmul.m4,
	m4/matmull.m4, m4/maxloc0.m4, m4/maxloc1.m4, m4/maxval.m4,
	m4/minloc0.m4, m4/minloc1.m4, m4/minval.m4, m4/reshape.m4,
	m4/shape.m4, m4/specific.m4, m4/specific2.m4, m4/transpose.m4):
	Update to use new iparm.m4.
	* generated/*.c: Regenerate.

From-SVN: r82003
2004-05-18 19:03:26 +00:00
..
generated Makefile.am: Remove references to types.m4. 2004-05-18 19:03:26 +00:00
intrinsics re PR libfortran/15149 (problem computing Pi) 2004-05-14 12:21:22 +00:00
io re PR libfortran/15235 (libgfortran doesn't build on Solaris 10) 2004-05-18 18:06:09 +02:00
m4 Makefile.am: Remove references to types.m4. 2004-05-18 19:03:26 +00:00
runtime re PR libfortran/15149 (problem computing Pi) 2004-05-14 12:21:22 +00:00
acinclude.m4
aclocal.m4 Makefile.am: Remove references to types.m4. 2004-05-18 19:03:26 +00:00
AUTHORS
ChangeLog Makefile.am: Remove references to types.m4. 2004-05-18 19:03:26 +00:00
config.h.in
configure Makefile.am: Remove references to types.m4. 2004-05-18 19:03:26 +00:00
configure.in
COPYING
fmain.c
INSTALL
libgfortran.h re PR libfortran/15235 (libgfortran doesn't build on Solaris 10) 2004-05-18 18:06:09 +02:00
Makefile.am Makefile.am: Remove references to types.m4. 2004-05-18 19:03:26 +00:00
Makefile.in Makefile.am: Remove references to types.m4. 2004-05-18 19:03:26 +00:00
NEWS
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>