This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH] Fix GFDL update
- From: Stan Shebs <stan at codesourcery dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 21 Jun 2010 22:33:51 -0700
- Subject: [PATCH] Fix GFDL update
A small reminder to always test patches, even if you think there is no
way that the change could break anything! In this case, fdl.texi had
Texinfo directive changes that mattered. Committed to trunk.
Stan
2010-06-21 Stan Shebs <stan@codesourcery.com>
* gdb.texinfo: Add explicit @node and @appendix for GFDL.
* annotate.texinfo: Ditto.
* gdbint.texinfo: Ditto.
* stabs.texinfo: Ditto.
Index: annotate.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/annotate.texinfo,v
retrieving revision 1.13
diff -p -r1.13 annotate.texinfo
*** annotate.texinfo 21 Jun 2010 16:24:58 -0000 1.13
--- annotate.texinfo 22 Jun 2010 05:00:38 -0000
*************** e.g., another thread hits a breakpoint.
*** 839,847 ****
@end table
! @raisesections
@include fdl.texi
- @lowersections
@ignore
@node Index
--- 839,847 ----
@end table
! @node GNU Free Documentation License
! @appendix GNU Free Documentation License
@include fdl.texi
@ignore
@node Index
Index: gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.325
diff -p -r1.325 gdbint.texinfo
*** gdbint.texinfo 21 Jun 2010 16:24:59 -0000 1.325
--- gdbint.texinfo 22 Jun 2010 05:00:39 -0000
*************** information about the architecture. The
*** 8003,8011 ****
in the directory the script was called from.
@include observer.texi
! @raisesections
@include fdl.texi
- @lowersections
@node Index
@unnumbered Index
--- 8003,8012 ----
in the directory the script was called from.
@include observer.texi
!
! @node GNU Free Documentation License
! @appendix GNU Free Documentation License
@include fdl.texi
@node Index
@unnumbered Index
Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.728
diff -p -r1.728 gdb.texinfo
*** gdb.texinfo 22 Jun 2010 02:15:45 -0000 1.728
--- gdb.texinfo 22 Jun 2010 05:00:39 -0000
*************** which @value{GDBN} currently ignores.
*** 35132,35140 ****
@include gpl.texi
! @raisesections
@include fdl.texi
- @lowersections
@node Index
@unnumbered Index
--- 35132,35140 ----
@include gpl.texi
! @node GNU Free Documentation License
! @appendix GNU Free Documentation License
@include fdl.texi
@node Index
@unnumbered Index
Index: stabs.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/stabs.texinfo,v
retrieving revision 1.24
diff -p -r1.24 stabs.texinfo
*** stabs.texinfo 21 Jun 2010 16:24:59 -0000 1.24
--- stabs.texinfo 22 Jun 2010 05:00:40 -0000
*************** is no more work than having the linker r
*** 4115,4123 ****
solves the problem of having to associate the ELF and stab symbols.
However, no one has yet designed or implemented such a scheme.
! @raisesections
@include fdl.texi
- @lowersections
@node Symbol Types Index
@unnumbered Symbol Types Index
--- 4115,4123 ----
solves the problem of having to associate the ELF and stab symbols.
However, no one has yet designed or implemented such a scheme.
! @node GNU Free Documentation License
! @appendix GNU Free Documentation License
@include fdl.texi
@node Symbol Types Index
@unnumbered Symbol Types Index