public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix GFDL update
@ 2010-06-22  5:34 Stan Shebs
  2010-06-22  7:11 ` Hui Zhu
  0 siblings, 1 reply; 2+ messages in thread
From: Stan Shebs @ 2010-06-22  5:34 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

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.


[-- Attachment #2: gfdl13-patch-2 --]
[-- Type: text/plain, Size: 3003 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix GFDL update
  2010-06-22  5:34 [PATCH] Fix GFDL update Stan Shebs
@ 2010-06-22  7:11 ` Hui Zhu
  0 siblings, 0 replies; 2+ messages in thread
From: Hui Zhu @ 2010-06-22  7:11 UTC (permalink / raw)
  To: Stan Shebs; +Cc: gdb-patches

It's OK now.  Thanks Stan.

Hui

On Tue, Jun 22, 2010 at 13:33, Stan Shebs <stan@codesourcery.com> wrote:
> 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
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-22  7:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-22  5:34 [PATCH] Fix GFDL update Stan Shebs
2010-06-22  7:11 ` Hui Zhu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).