projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f38c2df
)
(Symbols): Fix "(gdb)"=>"(@value{GDBP})".
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 Jun 2006 18:52:30 +0000
(18:52 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 Jun 2006 18:52:30 +0000
(18:52 +0000)
gdb/doc/ChangeLog
patch
|
blob
|
history
gdb/doc/gdb.texinfo
patch
|
blob
|
history
diff --git
a/gdb/doc/ChangeLog
b/gdb/doc/ChangeLog
index 96e95eaba98d16c4a48a0ac0d2adb188f4362cee..28228a114a5672d26ff29fd3b2b4ca9c9602c2e0 100644
(file)
--- a/
gdb/doc/ChangeLog
+++ b/
gdb/doc/ChangeLog
@@
-1,3
+1,7
@@
+2006-06-09 Eli Zaretskii <eliz@gnu.org>
+
+ * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
+
2006-06-02 Nick Roberts <nickrob@snap.net.nz>
* gdb.texinfo (GDB/MI Development and Front Ends): Use
diff --git
a/gdb/doc/gdb.texinfo
b/gdb/doc/gdb.texinfo
index db74dec207d0fc3fbdd987cf639e946e0bef8788..4ddcb5869f37056503471988e11c0f8832d0b3a9 100644
(file)
--- 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 = <incomplete type>
@end smallexample