aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb-config.texi
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1993-03-27 01:32:11 +0000
committerRoland Pesch <pesch@cygnus>1993-03-27 01:32:11 +0000
commit1d7c3357ddfe48ec7b755f8599d48384bdeb6a8e (patch)
tree4bf5554debd0ab90f39dccdbef7e6205701b29b1 /gdb/doc/gdb-config.texi
parent0f0834c5184648a16b61cf097a2742ccc97de9c3 (diff)
downloadbinutils-1d7c3357ddfe48ec7b755f8599d48384bdeb6a8e.zip
binutils-1d7c3357ddfe48ec7b755f8599d48384bdeb6a8e.tar.gz
binutils-1d7c3357ddfe48ec7b755f8599d48384bdeb6a8e.tar.bz2
1. Update conditional markup:
(a) to make H8 configuration come out right (first attempt since conversion to texinfo conditionals); (b) to exploit yesterday's makeinfo bugfix, using conditionals in menus rather than multiple alternative menus. 2. Update H8 text to refer to H8/500 as well as H8/300. 3. Define config file gdb-config.texi as a link in Makefile, based on a DOC_CONFIG variable.
Diffstat (limited to 'gdb/doc/gdb-config.texi')
-rw-r--r--gdb/doc/gdb-config.texi104
1 files changed, 0 insertions, 104 deletions
diff --git a/gdb/doc/gdb-config.texi b/gdb/doc/gdb-config.texi
index fab8a62..e69de29 100644
--- a/gdb/doc/gdb-config.texi
+++ b/gdb/doc/gdb-config.texi
@@ -1,104 +0,0 @@
-@c GDB MANUAL configuration file.
-@c Copyright (c) 1993 Free Software Foundation, Inc.
-@c
-@c NOTE: While the GDB manual is configurable (by changing these
-@c switches), its configuration is ***NOT*** automatically tied in to
-@c source configuration---because the authors expect that, save in
-@c unusual cases, the most inclusive form of the manual is appropriate
-@c no matter how the program itself is configured.
-@c
-@c The only automatically-varying variable is the GDB version number,
-@c which the Makefile rewrites based on the VERSION variable from
-@c `../Makefile.in'.
-@c
-@c GDB version number is recorded in the variable GDBVN
-@include GDBvn.texi
-@c
-@c ----------------------------------------------------------------------
-@c PLATFORM FLAGS:
-@set GENERIC
-@c
-@c Hitachi H8/300 target:
-@set Hviii
-@c Hitachi H8/300 target ONLY:
-@clear HviiiEXCLUSIVE
-@c
-@c SPARC target:
-@set SPARC
-@c
-@c AMD 29000 target:
-@set AMDxxixK
-@c
-@c Intel 960 target:
-@set Icmlx
-@c
-@c Tandem ST2000 (phone switch) target:
-@set STmm
-@c
-@c Zilog 8000 target:
-@set ZviiiK
-@c
-@c Lucid "Energize" environment:
-@clear LUCID
-@c
-@c Wind River Systems VxWorks environment:
-@set VXWORKS
-@c
-@c ----------------------------------------------------------------------
-@c DOC FEATURE FLAGS:
-@c
-@c Include change-from-old?
-@set NOVEL
-@c
-@c Bare-board target?
-@clear BARETARGET
-@c
-@c Restrict languages discussed to C?
-@clear CONLY
-@c
-@c Specifically for host machine running DOS?
-@clear DOSHOST
-@c
-@c Talk about CPU simulator targets?
-@set SIMS
-@c
-@c Is manual stand-alone, or part of an agglomeration, with overall GPL?
-@clear AGGLOMERATION
-@c
-@c Remote serial line settings of interest?
-@set SERIAL
-@c
-@c Discuss features requiring Posix or similar OS environment?
-@set POSIX
-@c
-@c Discuss remote serial debugging stub?
-@set REMOTESTUB
-@c
-@c Refrain from discussing how to configure sw and format doc?
-@clear PRECONFIGURED
-@c
-@c Refrain from referring to unfree publications?
-@set FSFDOC
-@c
-@c ----------------------------------------------------------------------
-@c STRINGS:
-@c
-@c Name of GDB program. Used also for (gdb) prompt string.
-@set GDBP gdb
-@c
-@c Name of GDB product. Used in running text.
-@set GDBN GDB
-@c
-@c Name of GDB initialization file.
-@set GDBINIT .gdbinit
-@c
-@c Name of host. Should not be used in generic configs, but generic
-@c value may catch some flubs.
-@set HOST machine specific
-@c
-@c Name of GCC product
-@set NGCC GCC
-@c
-@c Name of GCC program
-@set GCC gcc
-