]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-info.patch
df17b32adf81fcca2ce6b5bf68bfa13e523839db
[packages/gdb.git] / gdb-info.patch
1 diff -Nru gdb-4.18/gdb/doc/gdb.texinfo gdb-4.18.new/gdb/doc/gdb.texinfo
2 --- gdb-4.18/gdb/doc/gdb.texinfo        Fri Feb 12 03:02:45 1999
3 +++ gdb-4.18.new/gdb/doc/gdb.texinfo    Tue Apr 13 21:05:16 1999
4 @@ -41,9 +41,10 @@
5  @c This is a dir.info fragment to support semi-automated addition of
6  @c manuals to an info tree.  zoo@cygnus.com is developing this facility.
7  @format
8 -START-INFO-DIR-ENTRY
9 -* Gdb: (gdb).                     The @sc{gnu} debugger.
10 -END-INFO-DIR-ENTRY
11 +@dircategory
12 +@direntry Programming tools:
13 +* Gdb: (gdb).                          The @sc{gnu} debugger
14 +@end direntry
15  @end format
16  @end ifinfo
17  @c
18 diff -Nru gdb-4.18/gdb/doc/gdbint.texinfo gdb-4.18.new/gdb/doc/gdbint.texinfo
19 --- gdb-4.18/gdb/doc/gdbint.texinfo     Wed Jan 13 02:35:53 1999
20 +++ gdb-4.18.new/gdb/doc/gdbint.texinfo Tue Apr 13 21:34:50 1999
21 @@ -3,9 +3,10 @@
22  
23  @ifinfo
24  @format
25 -START-INFO-DIR-ENTRY
26 -* Gdb-Internals: (gdbint).     The GNU debugger's internals.
27 -END-INFO-DIR-ENTRY
28 +@dircategory Programming tools:
29 +@direntry
30 +* Gdb-Internals: (gdbint)              The GNU debugger's internals
31 +@end direntry
32  @end format
33  @end ifinfo
34  
35 diff -Nru gdb-4.18/gdb/doc/stabs.texinfo gdb-4.18.new/gdb/doc/stabs.texinfo
36 --- gdb-4.18/gdb/doc/stabs.texinfo      Fri Jul 24 23:52:03 1998
37 +++ gdb-4.18.new/gdb/doc/stabs.texinfo  Wed Apr 14 00:44:56 1999
38 @@ -5,9 +5,11 @@
39  
40  @ifinfo
41  @format
42 -START-INFO-DIR-ENTRY
43 -* Stabs: (stabs).                 The "stabs" debugging information format.
44 -END-INFO-DIR-ENTRY
45 +@dircategory Programming tools:
46 +@direntry
47 +* Stabs: (stabs)                       The "stabs" debugging information
48 +                                       format
49 +@end direntry
50  @end format
51  @end ifinfo
52  
53 @@ -872,7 +874,7 @@
54  .stabn 224,0,0,LBE2             # @r{224 is N_RBRAC}
55  @end example
56  
57 -@xref{Procedures} for more information on the @code{N_FUN} stab, and
58 +@xref{Procedures}, for more information on the @code{N_FUN} stab, and
59  @ref{Block Structure} for more information on the @code{N_LBRAC} and
60  @code{N_RBRAC} stabs.
61  
62 @@ -3370,7 +3372,7 @@
63  Variable on the stack; see @ref{Stack Variables}.
64  
65  @item :
66 -C++ nested symbol; see @xref{Nested Symbols}
67 +C++ nested symbol; see @xref{Nested Symbols}.
68  
69  @item a
70  Parameter passed by reference in register; see @ref{Reference Parameters}.
71 diff -Nru gdb-4.18/mmalloc/mmalloc.texi gdb-4.18.new/mmalloc/mmalloc.texi
72 --- gdb-4.18/mmalloc/mmalloc.texi       Mon Nov  1 21:28:47 1993
73 +++ gdb-4.18.new/mmalloc/mmalloc.texi   Tue Apr 13 21:36:25 1999
74 @@ -3,9 +3,10 @@
75  
76  @ifinfo
77  @format
78 -START-INFO-DIR-ENTRY
79 -* Mmalloc: (mmalloc).          The GNU mapped-malloc package.
80 -END-INFO-DIR-ENTRY
81 +@dircategory Programming tools:
82 +@direntry
83 +* Mmalloc: (mmalloc)                   The GNU mapped-malloc package
84 +@end direntry
85  @end format
86  
87  This file documents the GNU mmalloc (mapped-malloc) package, written by
This page took 0.02683 seconds and 2 git commands to generate.