]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-05-08 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 9 May 2002 18:12:00 +0000 (18:12 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 9 May 2002 18:12:00 +0000 (18:12 +0000)
* stabs.texinfo (Attributes): Document new "vector" attribute.

gdb/doc/ChangeLog
gdb/doc/stabs.texinfo

index a431b1e1fd1d821fdef496ff735815c08f470723..8c9a9f627b1dc461236510ea3d4e8c290cf88e88 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-08  Michael Snyder  <msnyder@redhat.com>
+
+       * stabs.texinfo (Attributes): Document new "vector" attribute.
+
 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
 
        * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
index 6ffac7bfbfa38372f394ea2d4fd370fa30fff0a8..52b88b47ff76e1db54a8ddea7ed7930a20708ce7 100644 (file)
@@ -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,