* gdb.texinfo (Go): Fix thinko.

This commit is contained in:
Doug Evans 2012-04-25 16:13:17 +00:00
parent d221359340
commit 50f042b9a1
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2012-04-25 Doug Evans <dje@google.com>
* gdb.texinfo (Go): Fix thinko.
* gdb.texinfo (Supported Languages): Add Go.
(Go): New node.

View File

@ -13101,13 +13101,13 @@ as a string.
@item Builtin Go functions
The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
function and handles it internally.
@end table
@cindex restrictions on Go expressions
@item Restrictions on Go expressions
All Go operators are supported except @code{&^}.
The Go @code{_} ``blank identifier'' is not supported.
Automatic dereferencing of pointers is not supported.
@end table
@node Objective-C
@subsection Objective-C