This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Status of 'blacklist' patch?
- From: "Maciej W. Rozycki" <macro at codesourcery dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Eli Zaretskii <eliz at gnu dot org>, <justin dot lebar at gmail dot com>, <stanshebs at earthlink dot net>, <gdb-patches at sourceware dot org>
- Date: Thu, 3 Nov 2011 18:04:08 +0000
- Subject: Re: Status of 'blacklist' patch?
- References: <CAD_=9DR9YN19cRJ4W7+oA+WQ92HCh=V08Ms8QL67V5cg4R12Kw@mail.gmail.com> <CAFWcpZ7UuD23wChztKuxPuYCM8FdUfEOqzcHT85YHusoCOvRZw@mail.gmail.com> <83ipnjs9i1.fsf@gnu.org> <CAFWcpZ6JtXqu3W9A05CO5ZuAxYGev8W_-kUsGOZWDB5Y+2JuOA@mail.gmail.com> <83ipndc92n.fsf@gnu.org> <CAFWcpZ7Pjc+ey4K6oaganTGt5qr1m7HdJF9kM31x-THJcvr2Hw@mail.gmail.com> <83ehy0ded8.fsf@gnu.org> <CAFWcpZ4YRn4ZE+ZcXLtavpe=U4JdLnQUde91n5TdX51QpdrEGA@mail.gmail.com> <4EA753C4.60408@mentor.com> <E1RIyYU-0004Vf-J8@fencepost.gnu.org> <CAFWcpZ6L19SsFsJTD9Jf=Et7chWTeU-rywDmP6rDZzPPDnWFLw@mail.gmail.com> <m3bot099ut.fsf@fleche.redhat.com> <CAFWcpZ7wD9tiXStFcapLA+GpjB8w6aLXrAUFpQreHEnMGj_xuA@mail.gmail.com> <m3zkgk7uxu.fsf@fleche.redhat.com> <4EAF2E0E.7080508@earthlink.net> <CAFWcpZ7AiW6zdEuzS4SWjwAa5h_Y7ZmiJyPhZRH8NrH5vpikNA@mail.gmail.com> <alpine.DEB.1.10.1111022229240.31737@tp.orcam.me.uk> <83fwi5n9nn.fsf@gnu.org> <m3k47htgy2.fsf@fleche.redhat.com>
Hi Tom,
> >>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
>
> Eli> No, please don't remove the @node line. Instead, add to the parent
> Eli> node a @menu that mentions this node, or add the node to an existing
> Eli> menu, if the parent node already has a menu.
>
> Here is what I am committing to fix the problem.
>
> Tested by building with makeinfo 4.13.
>
> Tom
>
> 2011-11-03 Tom Tromey <tromey@redhat.com>
>
> * gdb.texinfo (Stopping): Add menu entry.
> (Continuing and Stepping): Restore @node. Use @section, not
> @subsection.
s/(Continuing and Stepping)/(Skipping Over Functions and Files)/ in the
entry above, I presume. You managed to get at it before I did, thanks for
fixing the breakage I caused.
What about the other places where @subsection is used without @node --
are they legitimate? I followed their precedent here. Just making sure
we all know what's going on here.
Maciej