diff options
author | Roland Pesch <pesch@cygnus> | 1993-03-27 01:32:11 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1993-03-27 01:32:11 +0000 |
commit | 1d7c3357ddfe48ec7b755f8599d48384bdeb6a8e (patch) | |
tree | 4bf5554debd0ab90f39dccdbef7e6205701b29b1 /gdb/doc/all-config.texi | |
parent | 0f0834c5184648a16b61cf097a2742ccc97de9c3 (diff) | |
download | gdb-1d7c3357ddfe48ec7b755f8599d48384bdeb6a8e.zip gdb-1d7c3357ddfe48ec7b755f8599d48384bdeb6a8e.tar.gz gdb-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/all-config.texi')
-rw-r--r-- | gdb/doc/all-config.texi | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/gdb/doc/all-config.texi b/gdb/doc/all-config.texi new file mode 100644 index 0000000..83c9ba1 --- /dev/null +++ b/gdb/doc/all-config.texi @@ -0,0 +1,42 @@ +@c GDB version number is recorded in the variable GDBVN +@include GDBvn.texi +@c +@set AGGLOMERATION +@clear AMDxxixK +@set BARETARGET +@set CONLY +@set DOSHOST +@clear FSFDOC +@set Hviii +@set HviiiEXCLUSIVE +@clear Icmlx +@clear NOVEL +@clear POSIX +@set PRECONFIGURED +@clear REMOTESTUB +@set SIMS +@clear SERIAL +@clear SPARC +@clear STmm +@clear VXWORKS +@clear ZviiiK +@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 target. +@set TARGET Hitachi H/300 and H/500 +@c +@c Name of GCC product +@set NGCC GCC +@c +@c Name of GCC program +@set GCC gcc |