source: rtems-tools/tools/4.10/gdb/gdb-7.3.1-rtems4.10-20151123.diff @ 87bca99

4.105
Last change on this file since 87bca99 was 87bca99, checked in by Götz Pfeiffer <pfeiffer@…>, on 01/07/16 at 14:14:29

Bugfix: gdb-7.3.1 couldn't be build with a modern texinfo package.

The texinfo documentation of binutils contained some constructs that are
errors, at least for a modern version of texinfo (version 6.0 and newer). This
meant that gdb-7.3.1 couldn't be build e.g. on fedora-22.

A patch file was added to fix the problematic parts of the documentation.

Close #2520.

  • Property mode set to 100644
File size: 1.7 KB
  • gdb/doc/gdb.texinfo

    old new  
    47924792
    47934793
    47944794@kindex advance @var{location}
    4795 @itemx advance @var{location}
     4795@item advance @var{location}
    47964796Continue running the program up to the given @var{location}.  An argument is
    47974797required, which should be of one of the forms described in
    47984798@ref{Specify Location}.
     
    55825582@kindex set exec-direction
    55835583@item set exec-direction
    55845584Set the direction of target execution.
    5585 @itemx set exec-direction reverse
     5585@item set exec-direction reverse
    55865586@cindex execute forward or backward in time
    55875587@value{GDBN} will perform all execution commands in reverse, until the
    55885588exec-direction mode is changed to ``forward''.  Affected commands include
     
    3695436954@printindex cp
    3695536955
    3695636956@tex
    36957 % I think something like @colophon should be in texinfo.  In the
     36957% I think something like @@colophon should be in texinfo.  In the
    3695836958% meantime:
    3695936959\long\def\colophon{\hbox to0pt{}\vfill
    3696036960\centerline{The body of this manual is set in}
     
    3696636966\centerline{{\sl\fontname\tensl\/}}
    3696736967\centerline{are used for emphasis.}\vfill}
    3696836968\page\colophon
    36969 % Blame: doc@cygnus.com, 1991.
     36969% Blame: doc@@cygnus.com, 1991.
    3697036970@end tex
    3697136971
    3697236972@bye
  • gdb/doc/gdbint.texinfo

    old new  
    3535
    3636@titlepage
    3737@title @value{GDBN} Internals
    38 @subtitle{A guide to the internals of the GNU debugger}
     38@subtitle A guide to the internals of the GNU debugger
    3939@author John Gilmore
    4040@author Cygnus Solutions
    4141@author Second Edition:
Note: See TracBrowser for help on using the repository browser.