> > 2003-05-06 J. Brobecker > > > > * defs.h (language): Add language_unsupported enum value. > > * c-lang.c (unsupported_language_defn): New language definition. > > (_initialize_c_language): Add the new unsupported language to > > the list of languages known to GDB. > > > > Ok to apply? > > Yes, modulus the name choice. Could you add a few more comments on > what this new language is suitable for, etc? Thanks. Below is what I ended up comitting. A test-case is coming up. I will also have a look at the documentation. 2003-05-08 J. Brobecker * defs.h (language): Add language_minimal enum value. * c-lang.c (minimal_language_defn): New language definition. (_initialize_c_language): Add the new minimal language to the list of languages known to GDB. -- Joel