aboutsummaryrefslogtreecommitdiff
path: root/gcc/xcoffout.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2017-07-14 09:05:27 +0200
committerMartin Liska <marxin@gcc.gnu.org>2017-07-14 07:05:27 +0000
commitd6d4718ab7b8b6b00468da3bcd14f299d32a32e7 (patch)
treedd9257119f07cb862922c3cc8858f83b9512071a /gcc/xcoffout.c
parentf16b1783fb8bd8fc1e53613fb3a7397d5b287985 (diff)
downloadgcc-d6d4718ab7b8b6b00468da3bcd14f299d32a32e7.zip
gcc-d6d4718ab7b8b6b00468da3bcd14f299d32a32e7.tar.gz
gcc-d6d4718ab7b8b6b00468da3bcd14f299d32a32e7.tar.bz2
Remove Pascal language in source code.
2017-07-14 Martin Liska <mliska@suse.cz> * dbxout.c (get_lang_number): Do not handle GNU Pascal. * dbxout.h (extern void dbxout_stab_value_internal_label_diff): Remove N_SO_PASCAL. * dwarf2out.c (lower_bound_default): Do not handle DW_LANG_Pascal83. (gen_compile_unit_die): Likewise. * gcc.c: Remove default extension binding for GNU Pascal. * stmt.c: Remove Pascal language from a comment. * xcoffout.c: Likewise. From-SVN: r250197
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r--gcc/xcoffout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c
index c6eab21..17b201a 100644
--- a/gcc/xcoffout.c
+++ b/gcc/xcoffout.c
@@ -143,7 +143,7 @@ static const struct xcoff_type_number xcoff_type_numbers[] = {
{ "float", -12 },
{ "double", -13 },
{ "long double", -14 },
- /* Pascal and Fortran types run from -15 to -29. */
+ /* Fortran types run from -15 to -29. */
{ "wchar", -30 }, /* XXX Should be "wchar_t" ? */
{ "long long int", -31 },
{ "long long unsigned int", -32 },