This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix guile.texi.


On Tue, Feb 11, 2014 at 11:33 AM, Tejas Belagod <tbelagod@arm.com> wrote:
> Hi,
>
> Attached is a patch that breaks the gdb.pdf build because of unbalanced
> parantheses in guile.texi introduced by this commit:
>
> commit ed3ef33944c39d9a3cea72b9a7cef3c20f0e3461
> Author: Doug Evans <xdje42@gmail.com>
> Date:   Sun Feb 9 19:40:01 2014 -0800
>
>     Add Guile as an extension language.
>
>         * NEWS: Mention Guile scripting.
>         * Makefile.in (SUBDIR_GUILE_OBS): New variable.
>         (SUBDIR_GUILE_SRCS, SUBDIR_GUILE_DEPS): New variables
>         (SUBDIR_GUILE_LDFLAGS, SUBDIR_GUILE_CFLAGS): New variables.
>         (INTERNAL_CPPFLAGS): Add GUILE_CPPFLAGS.
>         (CLIBS): Add GUILE_LIBS.
>         ....
>
> Here is patch that fixes that. With this patch, I could successfully build
> gdb.pdf without any issues.
>
> If this is OK, please could someone apply this for me?
>
> Thanks,
> Tejas.
>
> 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
>
> gdb/
>         * docs/guile.texi: Remove stray parantheses for deffn at lines 889
> and
>         2857.

Hi.  I've committed the patch and tweaked the ChangeLog entry.
The convention is that the @node the change is in is mentioned in the ChangeLog.

2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>

        * docs/guile.texi (Values From Inferior In Guile): Remove stray
        parantheses for deffn.
        (Disassembly In Guile): Ditto.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]