From: Richard Kenner Date: Sat, 21 Jun 1997 10:51:38 +0000 (-0400) Subject: (output_epilog): Name is "GNU Pascal", not all caps. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8b83775b0390b039c397eb5cd652098af10a48b2;p=gcc.git (output_epilog): Name is "GNU Pascal", not all caps. From-SVN: r14279 --- diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index e1011db65db..8146ce97806 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -3850,7 +3850,7 @@ output_epilog (file, size) i = 1; else if (! strcmp (language_string, "GNU Ada")) i = 3; - else if (! strcmp (language_string, "GNU PASCAL")) + else if (! strcmp (language_string, "GNU Pascal")) i = 2; else if (! strcmp (language_string, "GNU C++")) i = 9;