]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-info.patch
- updated (performance fixes).
[packages/gdb.git] / gdb-info.patch
1 diff -urN gdb-5.0.org/gdb/Makefile.in gdb-5.0/gdb/Makefile.in
2 --- gdb-5.0.org/gdb/Makefile.in Tue Sep  5 21:41:32 2000
3 +++ gdb-5.0/gdb/Makefile.in     Tue Sep  5 21:42:55 2000
4 @@ -354,6 +354,7 @@
5  
6  FLAGS_TO_PASS = \
7         "prefix=$(prefix)" \
8 +       "infodir=$(infodir)" \
9         "exec_prefix=$(exec_prefix)" \
10         "against=$(against)" \
11         "AR=$(AR)" \
12 --- gdb-7.2/gdb/doc/gdb.texinfo.orig    2010-10-15 18:51:49.632994831 +0200
13 +++ gdb-7.2/gdb/doc/gdb.texinfo 2010-10-15 18:51:49.719668622 +0200
14 @@ -39,9 +39,9 @@
15  
16  @c This is a dir.info fragment to support semi-automated addition of
17  @c manuals to an info tree.
18 -@dircategory Software development
19 +@dircategory Programming tools:
20  @direntry
21 -* Gdb: (gdb).                     The GNU debugger.
22 +* Gdb: (gdb).                          The GNU debugger
23  @end direntry
24  
25  @copying
26 --- gdb-7.2/gdb/doc/gdbint.texinfo.orig 2010-10-15 18:57:03.000000000 +0200
27 +++ gdb-7.2/gdb/doc/gdbint.texinfo      2010-10-15 18:58:17.944938994 +0200
28 @@ -3,9 +3,9 @@
29  @include gdb-cfg.texi
30  @settitle @value{GDBN} Internals
31  @setchapternewpage off
32 -@dircategory Software development
33 +@dircategory Programming tools:
34  @direntry
35 -* Gdb-Internals: (gdbint).     The GNU debugger's internals.
36 +* Gdb-Internals: (gdbint).             The GNU debugger's internals
37  @end direntry
38  
39  @copying
40 --- gdb-6.1.1/gdb/doc/stabs.texinfo.orig        2004-06-15 00:25:31.000000000 +0200
41 +++ gdb-6.1.1/gdb/doc/stabs.texinfo     2004-06-22 23:38:51.279532352 +0200
42 @@ -5,9 +5,9 @@
43  
44  @c This is a dir.info fragment to support semi-automated addition of
45  @c manuals to an info tree.
46 -@dircategory Software development
47 +@dircategory Programming tools:
48  @direntry
49 -* Stabs: (stabs).                 The "stabs" debugging information format.   
50 +* Stabs: (stabs).                      The "stabs" debugging information format
51  @end direntry
52  
53  @ifinfo
This page took 0.05669 seconds and 3 git commands to generate.