diff options
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 6eb8177ca83..25c21c2b34b 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -46,7 +46,7 @@ regarded as a program in the language TeX). @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.1.1.6 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.1.1.7 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -1398,6 +1398,15 @@ detect that GCC compiled the file. The default symbols are @code{gcc_compiled.} and @code{gcc2_compiled.}, respectively. (Currently only defined for the Delta 68.) +@item GDB_MULTI_ARCH +If defined and non-zero, enables suport for multiple architectures +within GDB. + +The support can be enabled at two levels. At level one, only +definitions for previously undefined macros are provided; at level two, +a multi-arch definition of all architecture dependant macros will be +defined. + @item GDB_TARGET_IS_HPPA This determines whether horrible kludge code in dbxread.c and partial-stab.h is used to mangle multiple-symbol-table files from |