From: Roland Pesch Date: Mon, 6 Dec 1993 07:14:16 +0000 (+0000) Subject: Unsnarl xref for h8 config (while making sure it still works for "all" config) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9934dce825ce0fd6cc7bd530fed80f266433eef1;p=binutils-gdb.git Unsnarl xref for h8 config (while making sure it still works for "all" config) --- diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 1111f807632..5585e1b47cb 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -208,12 +208,15 @@ effects of one bug and go on to learn about another. @end itemize @ifclear CONLY -You can use @value{GDBN} to debug programs written in C or C++. For -more information, see @ref{C,,C and C++}. - -@ifset MOD2 +You can use @value{GDBN} to debug programs written in C or C++. @c "MOD2" used as a "miscellaneous languages" flag here. @c This is acceptable while there is no real doc for Chill and Pascal. +@ifclear MOD2 +For more information, see @ref{Support,,Supported languages}. +@end ifclear +@ifset MOD2 +For more information, see @ref{C,,C and C++}. + Support for Modula-2 and Chill is partial. For information on Modula-2, see @ref{Modula-2,,Modula-2}. There is no further documentation on Chill yet.