gcc.c (default_compilers): Fill out initializers for new Fortran entries.

* gcc.c (default_compilers): Fill out initializers for new Fortran
	entries.

From-SVN: r81782
This commit is contained in:
Ian Lance Taylor 2004-05-13 14:08:39 +00:00 committed by Ian Lance Taylor
parent 4b260c2013
commit eb18fd8d19
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-05-13 Ian Lance Taylor <ian@wasabisystems.com>
* gcc.c (default_compilers): Fill out initializers for new Fortran
entries.
2004-05-13 Paul Brook <paul@codesourcery.com>
* config/arm/arm.h (PCC_BITFIELD_TYPE_MATTERS): Define.

View File

@ -921,8 +921,9 @@ static const struct compiler default_compilers[] =
{".CPP", "#C++", 0, 0, 0}, {".ii", "#C++", 0, 0, 0},
{".ads", "#Ada", 0, 0, 0}, {".adb", "#Ada", 0, 0, 0},
{".f", "#Fortran", 0, 0, 0}, {".for", "#Fortran", 0, 0, 0},
{".F", "#Fortran", 0}, {".FOR", "#Fortran", 0}, {".FPP", "#Fortran", 0},
{".f90", "#Fortran 95", 0}, {".f95", "#Fortran 95", 0},
{".F", "#Fortran", 0, 0, 0}, {".FOR", "#Fortran", 0, 0, 0},
{".FPP", "#Fortran", 0, 0, 0},
{".f90", "#Fortran 95", 0, 0, 0}, {".f95", "#Fortran 95", 0, 0, 0},
{".fpp", "#Fortran", 0, 0, 0}, {".F", "#Fortran", 0, 0, 0},
{".FOR", "#Fortran", 0, 0, 0}, {".FPP", "#Fortran", 0, 0, 0},
{".r", "#Ratfor", 0, 0, 0},