rs6000: Adjust comment for the Modula-2 traceback lang
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 11 Jul 2019 18:51:23 +0000 (20:51 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 11 Jul 2019 18:51:23 +0000 (20:51 +0200)
* config/rs6000/rs6000-logue.c: Add Modula-2 to comment.

From-SVN: r273413

gcc/ChangeLog
gcc/config/rs6000/rs6000-logue.c

index 891ac3ff8076b25f25d2c2526aa5b25a1f816f65..aa9e05c2e5a9dcf8a8a2f8312d5c6c83a81b69a8 100644 (file)
@@ -1,3 +1,7 @@
+2019-07-11  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * config/rs6000/rs6000-logue.c: Add Modula-2 to comment.
+
 2019-07-11  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * config/rs6000/rs6000-logue.c (rs6000_output_function_epilogue):
index c1948e3c31b8f2e0534bf297f9c45d8ee7603ae3..ebfe533eeda6889d87d8ebf1d9220d143ea1650e 100644 (file)
@@ -5237,7 +5237,7 @@ rs6000_output_function_epilogue (FILE *file)
       /* Language type.  Unfortunately, there does not seem to be any
         official way to discover the language being compiled, so we
         use language_string.
-        C is 0.  Fortran is 1.  Ada is 3.  C++ is 9.
+        C is 0.  Fortran is 1.  Ada is 3.  Modula-2 is 8.  C++ is 9.
         Java is 13.  Objective-C is 14.  Objective-C++ isn't assigned
         a number, so for now use 9.  LTO, Go, D, and JIT aren't assigned
         numbers either, so for now use 0.  */