From: Eli Zaretskii Date: Fri, 9 Jun 2006 18:52:30 +0000 (+0000) Subject: (Symbols): Fix "(gdb)"=>"(@value{GDBP})". X-Git-Tag: newlib-csl-sourcerygxx-3_4_4-25~324 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddb50cd7c2e5dfa1ded7ba691dff19aa61c81750;p=thirdparty%2Fbinutils-gdb.git (Symbols): Fix "(gdb)"=>"(@value{GDBP})". --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 96e95eaba98..28228a114a5 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-06-09 Eli Zaretskii + + * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})". + 2006-06-02 Nick Roberts * gdb.texinfo (GDB/MI Development and Front Ends): Use diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index db74dec207d..4ddcb5869f3 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -10599,7 +10599,7 @@ given these declarations: but no definition for @code{struct foo} itself, @value{GDBN} will say: @smallexample - (gdb) ptype foo + (@value{GDBP}) ptype foo $1 = @end smallexample