From 13b470dc1b137de243b91491fb11374e4cb543be Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 6 Jan 1999 17:01:03 +0000 Subject: [PATCH] The following changes were made by Edith Epstein as part of a project to merge in changes made by HP. all-cfg.texi -- set HPPA for HP PA-RISC targets. refcard.tex -- change documentation about catch; removed info catch. HPPA-cfg.texi -- new file; HPPA configuration for manual. --- gdb/doc/.Sanitize | 1 + gdb/doc/ChangeLog | 13 +++++ gdb/doc/HPPA-cfg.texi | 126 ++++++++++++++++++++++++++++++++++++++++++ gdb/doc/all-cfg.texi | 3 + 4 files changed, 143 insertions(+) create mode 100644 gdb/doc/HPPA-cfg.texi diff --git a/gdb/doc/.Sanitize b/gdb/doc/.Sanitize index 6c1aa14ba4..f58c4b1840 100644 --- a/gdb/doc/.Sanitize +++ b/gdb/doc/.Sanitize @@ -44,6 +44,7 @@ fi Things-to-keep: ChangeLog +HPPA-cfg.texi LRS Makefile.in a4rc.sed diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d64f991960..7faab2b8e5 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,16 @@ +Wed Jan 6 11:55:34 1999 David Taylor + + The following changes were made by Edith Epstein + as part of a project to merge in changes + made by HP. + + * HPPA-cfg.texi: new file. + + * all-cfg.texi: set HPPA for HP PA-RISC targets. + + * refcard.tex: change documentation about catch. + removed info catch. + Mon Jan 4 18:29:18 1999 Stan Shebs * gdbint.texinfo: Expand on GDB's coding standards, diff --git a/gdb/doc/HPPA-cfg.texi b/gdb/doc/HPPA-cfg.texi new file mode 100644 index 0000000000..d33f9494a6 --- /dev/null +++ b/gdb/doc/HPPA-cfg.texi @@ -0,0 +1,126 @@ +@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: +@clear GENERIC +@c +@c HP PA-RISC target: +@set HPPA +@c +@c Hitachi H8/300 target: +@clear H8 +@c Hitachi H8/300 target ONLY: +@clear H8EXCLUSIVE +@c +@c remote MIPS target: +@clear MIPS +@c +@c SPARC target: +@clear SPARC +@c +@c AMD 29000 target: +@clear AMD29K +@c +@c Intel 960 target: +@clear I960 +@c +@c Tandem ST2000 (phone switch) target: +@clear ST2000 +@c +@c Zilog 8000 target: +@clear Z8K +@c +@c Lucid "Energize" environment: +@clear LUCID +@c +@c Wind River Systems VxWorks environment: +@clear 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? +@c This is backward. As time permits, change this to language-specific +@c switches for what to include. +@clear CONLY +@c Discuss Fortran? +@clear FORTRAN +@c +@c Discuss Modula 2? +@clear MOD2 +@c +@c Specifically for host machine running DOS? +@clear DOSHOST +@c +@c Talk about CPU simulator targets? +@clear 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? +@clear REMOTESTUB +@c +@c Discuss gdbserver? +@set GDBSERVER +@c +@c Discuss gdbserve.nlm? +@set GDBSERVE +@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 target. +@set TARGET HP 9000 Systems +@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 + diff --git a/gdb/doc/all-cfg.texi b/gdb/doc/all-cfg.texi index f4db503db3..717f94dc9f 100644 --- a/gdb/doc/all-cfg.texi +++ b/gdb/doc/all-cfg.texi @@ -18,6 +18,9 @@ @c PLATFORM FLAGS: @set GENERIC @c +@c HP PA-RISC target: +@set HPPA +@c @c Hitachi H8/300 target: @set H8 @c Hitachi H8/300 target ONLY: