? doc.patch Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.278 diff -a -u -r1.278 gdb.texinfo --- gdb.texinfo 27 Aug 2005 12:51:28 -0000 1.278 +++ gdb.texinfo 15 Sep 2005 18:27:23 -0000 @@ -4991,6 +4991,7 @@ * Registers:: Registers * Floating Point Hardware:: Floating point hardware * Vector Unit:: Vector Unit +* PowerPC Features:: PowerPC hardware features * OS Information:: Auxiliary data provided by operating system * Memory Region Attributes:: Memory region attributes * Dump/Restore Files:: Copy between memory and a file @@ -6247,6 +6248,22 @@ layout vary depending on the hardware. @end table +@node PowerPC Features +@section PowerPC Features +@cindex PowerPC Features + +Some PowerPC chips have features that are in addition to the core functionality +of the architecture. Depending on the configuration, @value{GDBN} may be able +to give you information about the status of those features. + +@table @code +@kindex info powerpc altivec +@item info powerpc altivec +Display information about the Altivec unit. This will consist of the contents +of the Altivec registers @code(vr0) through @code(vr31), along with that of the +@code(vrsave) and @code(vsrc) registers. +@end table + @node OS Information @section Operating system auxiliary information @cindex OS information