diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-12-14 18:30:25 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-12-14 18:30:25 +0000 |
commit | 023eb17ca2bc152be687b0b5676bdb6fda6cd9d1 (patch) | |
tree | ddd7a17f37b74be0120a747bda70c45a706a398e /gdb/doc/gdb.texinfo | |
parent | 6a691bfcf4fa381fc5bbb2713947c3e12dd87180 (diff) | |
download | gdb-023eb17ca2bc152be687b0b5676bdb6fda6cd9d1.zip gdb-023eb17ca2bc152be687b0b5676bdb6fda6cd9d1.tar.gz gdb-023eb17ca2bc152be687b0b5676bdb6fda6cd9d1.tar.bz2 |
* gdb.texinfo (Omissions from Ada): Remove incorrect documentation
about the result of 'Address not being of type System.Address.
This problem has been fixed a while ago.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index a6fabe3..29a55af 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -11757,9 +11757,6 @@ floating-point arithmetic, and may give results that only approximate those on the host machine. @item -The type of the @t{'Address} attribute may not be @code{System.Address}. - -@item The GNAT compiler never generates the prefix @code{Standard} for any of the standard symbols defined by the Ada language. @value{GDBN} knows about this: it will strip the prefix from names when you use it, and will never |