Conditional vars for controlling Z8000 doc.

This commit is contained in:
Roland Pesch 1992-11-26 02:26:53 +00:00
parent fb0c7f1f3e
commit 4803cddfec
3 changed files with 7 additions and 0 deletions

View file

@ -17,5 +17,6 @@ _define__(<_SPARC__>,<1>)
_define__(<_ST2000__>,<1>)
_define__(<_VAX__>,<1>)
_define__(<_VXWORKS__>,<1>)
_define__(<_Z8000__>,<1>)
_divert__<>

View file

@ -42,6 +42,7 @@ _define__(<_SPARC__>,<0>)
_define__(<_ST2000__>,<0>)
_define__(<_VAX__>,<0>)
_define__(<_VXWORKS__>,<0>)
_define__(<_Z8000__>,<0>)
Text:

5
gdb/doc/z8000.m4 Normal file
View file

@ -0,0 +1,5 @@
_divert__(-1)
_define__(<_Z8000__>,<1>)
_define__(<_HOST__>,<Zilog Z8000>)
_define__(<_MACH_DEP__>,<Z8000 Dependent>
_divert__<>