rs6000.c (rs6000_output_function_epilogue): Update GNU Fortran language string.

* config/rs6000/rs6000.c (rs6000_output_function_epilogue): Update
        GNU Fortran language string.

From-SVN: r134106
This commit is contained in:
David Edelsohn 2008-04-08 21:05:41 +00:00 committed by David Edelsohn
parent a1a6e27102
commit 7f62878c1d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-04-08 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.c (rs6000_output_function_epilogue): Update
GNU Fortran language string.
2008-04-08 Rafael Espindola <espindola@google.com>
* fold-canst.c (tree_call_nonnegative_warnv_p): New.

View File

@ -16838,7 +16838,7 @@ rs6000_output_function_epilogue (FILE *file,
if (! strcmp (language_string, "GNU C"))
i = 0;
else if (! strcmp (language_string, "GNU F77")
|| ! strcmp (language_string, "GNU F95"))
|| ! strcmp (language_string, "GNU Fortran"))
i = 1;
else if (! strcmp (language_string, "GNU Pascal"))
i = 2;