[PATCH] rs6000: Adjust comment for the Modula-2 traceback lang
Segher Boessenkool
segher@kernel.crashing.org
Thu Jul 11 19:44:00 GMT 2019
I missed the big preceding comment. It has all other values, so
let's put this one there, as well.
2019-07-11 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000-logue.c: Add Modula-2 to comment.
---
gcc/config/rs6000/rs6000-logue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/config/rs6000/rs6000-logue.c b/gcc/config/rs6000/rs6000-logue.c
index 8e8cf05..868a865 100644
--- a/gcc/config/rs6000/rs6000-logue.c
+++ b/gcc/config/rs6000/rs6000-logue.c
@@ -5272,7 +5272,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. */
--
1.8.3.1
More information about the Gcc-patches
mailing list