X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=gdb-info.patch;h=e23ea837daf93af6ab8adb8250b5915535dfeb26;hb=bf594b1899b09711ed48e72646cb5b76bd90803b;hp=0c880c04c8cad48c8fa03ab78dfb19485324d1be;hpb=69ad86f4eba29298294f20071445f10a30bd9e1a;p=packages%2Fgdb.git diff --git a/gdb-info.patch b/gdb-info.patch index 0c880c0..e23ea83 100644 --- a/gdb-info.patch +++ b/gdb-info.patch @@ -1,145 +1,53 @@ -diff -Nru gdb-4.18/gdb/doc/gdb.texinfo gdb-4.18.new/gdb/doc/gdb.texinfo ---- gdb-4.18/gdb/doc/gdb.texinfo Mon Nov 22 15:04:50 1999 -+++ gdb-4.18.new/gdb/doc/gdb.texinfo Mon Nov 22 15:05:13 1999 -@@ -41,9 +41,10 @@ +diff -urN gdb-5.0.org/gdb/Makefile.in gdb-5.0/gdb/Makefile.in +--- gdb-5.0.org/gdb/Makefile.in Tue Sep 5 21:41:32 2000 ++++ gdb-5.0/gdb/Makefile.in Tue Sep 5 21:42:55 2000 +@@ -354,6 +354,7 @@ + + FLAGS_TO_PASS = \ + "prefix=$(prefix)" \ ++ "infodir=$(infodir)" \ + "exec_prefix=$(exec_prefix)" \ + "against=$(against)" \ + "AR=$(AR)" \ +--- gdb-6.1.1/gdb/doc/gdb.texinfo.orig 2004-06-15 00:25:29.000000000 +0200 ++++ gdb-6.1.1/gdb/doc/gdb.texinfo 2004-06-22 23:37:55.963941600 +0200 +@@ -38,9 +38,9 @@ + @c This is a dir.info fragment to support semi-automated addition of - @c manuals to an info tree. zoo@cygnus.com is developing this facility. - @format --START-INFO-DIR-ENTRY --* Gdb: (gdb). The @sc{gnu} debugger. --END-INFO-DIR-ENTRY + @c manuals to an info tree. +-@dircategory Software development +@dircategory Programming tools: -+@direntry -+* Gdb: (gdb). The @sc{gnu} debugger -+@end direntry - @end format - @end ifinfo - @c -@@ -189,8 +190,10 @@ - - @end ifclear - --* Command Line Editing:: Command Line Editing --* Using History Interactively:: Using History Interactively -+* Command Line Editing: (readline)Command Line Editing. -+ Command Line Editing -+* Using History Interactively: (readline)Readline Movement Commands. -+ Using History Interactively - * Installing GDB:: Installing GDB - * Index:: Index - -@@ -4644,7 +4647,7 @@ - by preprocessor @code{#define} commands. - - @value{GDBN} now supports array constants in expressions input by --the user. The syntax is @var{@{element, element@dots{}@}}. For example, -+the user. The syntax is @var{@{element element@dots{}@}}. For example, - you can now use the command @code{print @{1, 2, 3@}} to build up an array in - memory that is malloc'd in the target program. - -@@ -5281,7 +5284,7 @@ - @kindex set print null-stop - @item set print null-stop - Cause @value{GDBN} to stop printing the characters of an array when the first --@sc{NULL} is encountered. This is useful when large arrays actually -+@sc{null} is encountered. This is useful when large arrays actually - contain only short strings. - - @kindex set print pretty -@@ -6528,7 +6531,7 @@ - @item - Character constants are a single character surrounded by single quotes - (@code{'}), or a number---the ordinal value of the corresponding character --(usually its @sc{ASCII} value). Within quotes, the single character may -+(usually its @sc{ascii} value). Within quotes, the single character may - be represented by a letter or by @dfn{escape sequences}, which are of - the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation - of the character's ordinal value; or of the form @samp{\@var{x}}, where -@@ -9872,8 +9875,6 @@ - @c inc-hist.texi - @c Use -I with makeinfo to point to the appropriate directory, - @c environment var TEXINPUTS with TeX. --@include rluser.texinfo --@include inc-hist.texi - - - @ifclear PRECONFIGURED -@@ -9967,7 +9968,7 @@ - Then give @file{gdb.dvi} to your @sc{dvi} printing program. - @end ifclear - --@node Installing GDB, Index, Using History Interactively, Top -+@node Installing GDB, Index, (readline)Using History Interactively, Top - @appendix Installing @value{GDBN} - @cindex configuring @value{GDBN} - @cindex installation -diff -Nru gdb-4.18/gdb/doc/gdbint.texinfo gdb-4.18.new/gdb/doc/gdbint.texinfo ---- gdb-4.18/gdb/doc/gdbint.texinfo Mon Nov 22 15:04:50 1999 -+++ gdb-4.18.new/gdb/doc/gdbint.texinfo Mon Nov 22 11:40:12 1999 -@@ -3,9 +3,10 @@ + @direntry +-* Gdb: (gdb). The GNU debugger. ++* Gdb: (gdb). The GNU debugger + @end direntry @ifinfo - @format --START-INFO-DIR-ENTRY --* Gdb-Internals: (gdbint). The GNU debugger's internals. --END-INFO-DIR-ENTRY +--- gdb-6.1.1/gdb/doc/gdbint.texinfo.orig 2004-06-15 00:25:31.000000000 +0200 ++++ gdb-6.1.1/gdb/doc/gdbint.texinfo 2004-06-22 23:38:21.741022888 +0200 +@@ -1,9 +1,9 @@ + \input texinfo @c -*- texinfo -*- + @setfilename gdbint.info + @include gdb-cfg.texi +-@dircategory Software development +@dircategory Programming tools: -+@direntry -+* Gdb-Internals: (gdbint) The GNU debugger's internals -+@end direntry - @end format - @end ifinfo - -diff -Nru gdb-4.18/gdb/doc/stabs.texinfo gdb-4.18.new/gdb/doc/stabs.texinfo ---- gdb-4.18/gdb/doc/stabs.texinfo Mon Nov 22 15:04:50 1999 -+++ gdb-4.18.new/gdb/doc/stabs.texinfo Mon Nov 22 11:40:12 1999 -@@ -5,9 +5,11 @@ + @direntry +-* Gdb-Internals: (gdbint). The GNU debugger's internals. ++* Gdb-Internals: (gdbint). The GNU debugger's internals + @end direntry @ifinfo - @format --START-INFO-DIR-ENTRY --* Stabs: (stabs). The "stabs" debugging information format. --END-INFO-DIR-ENTRY -+@dircategory Programming tools: -+@direntry -+* Stabs: (stabs) The "stabs" debugging information -+ format -+@end direntry - @end format - @end ifinfo - -@@ -872,7 +874,7 @@ - .stabn 224,0,0,LBE2 # @r{224 is N_RBRAC} - @end example - --@xref{Procedures} for more information on the @code{N_FUN} stab, and -+@xref{Procedures}, for more information on the @code{N_FUN} stab, and - @ref{Block Structure} for more information on the @code{N_LBRAC} and - @code{N_RBRAC} stabs. - -@@ -3370,7 +3372,7 @@ - Variable on the stack; see @ref{Stack Variables}. +--- gdb-6.1.1/gdb/doc/stabs.texinfo.orig 2004-06-15 00:25:31.000000000 +0200 ++++ gdb-6.1.1/gdb/doc/stabs.texinfo 2004-06-22 23:38:51.279532352 +0200 +@@ -5,9 +5,9 @@ - @item : --C++ nested symbol; see @xref{Nested Symbols} -+C++ nested symbol; see @xref{Nested Symbols}. - - @item a - Parameter passed by reference in register; see @ref{Reference Parameters}. -diff -Nru gdb-4.18/mmalloc/mmalloc.texi gdb-4.18.new/mmalloc/mmalloc.texi ---- gdb-4.18/mmalloc/mmalloc.texi Mon Nov 22 15:04:50 1999 -+++ gdb-4.18.new/mmalloc/mmalloc.texi Mon Nov 22 11:40:12 1999 -@@ -3,9 +3,10 @@ - - @ifinfo - @format --START-INFO-DIR-ENTRY --* Mmalloc: (mmalloc). The GNU mapped-malloc package. --END-INFO-DIR-ENTRY + @c This is a dir.info fragment to support semi-automated addition of + @c manuals to an info tree. +-@dircategory Software development +@dircategory Programming tools: -+@direntry -+* Mmalloc: (mmalloc) The GNU mapped-malloc package -+@end direntry - @end format + @direntry +-* Stabs: (stabs). The "stabs" debugging information format. ++* Stabs: (stabs). The "stabs" debugging information format + @end direntry - This file documents the GNU mmalloc (mapped-malloc) package, written by + @ifinfo