summaryrefslogtreecommitdiff
path: root/gdb/doc/stabs.texinfo
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2002-05-09 18:12:00 +0000
committerMichael Snyder <msnyder@specifix.com>2002-05-09 18:12:00 +0000
commit37f7160ffc7d8a8328a2d85a68debe1e04085c33 (patch)
treea76cc12d4756d3f2fbc6513e50eece4389d00957 /gdb/doc/stabs.texinfo
parentd2649d7ae9077e5c153d445dc43a9a5d4a3dca44 (diff)
downloadgdb-37f7160ffc7d8a8328a2d85a68debe1e04085c33.tar.gz
2002-05-08 Michael Snyder <msnyder@redhat.com>
* stabs.texinfo (Attributes): Document new "vector" attribute.
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r--gdb/doc/stabs.texinfo8
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index 831e8248418..322c1c8625c 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -39,7 +39,7 @@ Software Foundation raise funds for GNU development.''
@page
@tex
\def\$#1${{#1}} % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.5 $} % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.6 $} % For use in headers, footers too
{\parskip=0pt
\hfill Cygnus Support\par
\hfill \manvers\par
@@ -287,6 +287,12 @@ Indicate that this type is a string instead of an array of characters,
or a bitstring instead of a set. It doesn't change the layout of the
data being represented, but does enable the debugger to know which type
it is.
+
+@item V
+Indicate that this type is a vector instead of an array. The only
+major difference between vectors and arrays is that vectors are
+passed by value instead of by reference (vector coprocessor extension).
+
@end table
All of this can make the string field quite long. All versions of GDB,