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:
parent
a1a6e27102
commit
7f62878c1d
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user