First pass at converting Julia's stabs document into texinfo.

This commit is contained in:
Per Bothner 1992-08-16 03:55:12 +00:00
parent 7b7ba3b842
commit e505224db3
4 changed files with 2736 additions and 0 deletions

View File

@ -45,6 +45,7 @@ pretex.m4
psrc.sed
refcard.tex
sparc.m4
stabs.texinfo
vax.m4
Do-last:

View File

@ -1,3 +1,8 @@
Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
* stabs.texinfo: Stabs documentation, written by Julia Menapace.
First pass at converting it to texinfo.
Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
* gdb.texinfo, refcard.tex: Document mult args on `info reg'.

View File

@ -294,6 +294,9 @@ gdb-internals: gdbint.info
gdbint.info: gdbint.texinfo
$(MAKEINFO) -o gdbint.info $(srcdir)/gdbint.texinfo
stabs.info: stabs.texinfo
$(MAKEINFO) -o stabs.info $(srcdir)/stabs.texinfo
force:
Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)

2727
gdb/doc/stabs.texinfo Normal file

File diff suppressed because it is too large Load Diff