2002-02-04 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / regformats / regdef.h
index d70a4885b2419a41ac9e5d23638f6c621ef10484..17174ee3c67038a8f4f202596595e2a97fd24809 100644 (file)
@@ -23,6 +23,11 @@ struct reg
   /* The name of this register - NULL for pad entries.  */
   const char *name;
 
+  /* At the moment, both of the following bit counts must be divisible
+     by eight (to match the representation as two hex digits) and divisible
+     by the size of a byte (to match the layout of each register in
+     memory).  */
+
   /* The offset (in bits) of the value of this register in the buffer.  */
   int offset;
 
This page took 0.024036 seconds and 4 git commands to generate.