On 07/11/2017 08:30 AM, Martin Liška wrote: > Hi. > > Similar for GNU Pascal language. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be installed? > > Martin > > gcc/ChangeLog: > > 2017-07-11 Martin Liska <mli...@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. The only concern I'd have here is the bits in dbxout.[ch] might effectively be the best documentation of the dbxout format that exists. Thus, dropping something like N_SO_PASCAL loses that historical documentation.
Even with that caveat, I think this should go into the trunk. In the unlikely event we really need that historical record, we have svn/git. jeff