* arm-tdep.h (VFP_REGISTER_SIZE): Define.
[deliverable/binutils-gdb.git] / gdb / arm-tdep.h
index 8a334fb0587debe74f959344c97651343e6293cf..97596d5965c44c134002182aa4c7bc0e429a1526 100644 (file)
@@ -71,6 +71,10 @@ enum gdb_regnum {
    bits.  DWORD aligned they use 96 bits.  */
 #define FP_REGISTER_SIZE       12
 
+/* Say how long VFP double precision registers are.  Used for documentation
+   purposes and code readability.  These are fixed at 64 bits.  */
+#define VFP_REGISTER_SIZE      8
+
 /* Number of machine registers.  The only define actually required 
    is gdbarch_num_regs.  The other definitions are used for documentation
    purposes and code readability.  */
This page took 0.024737 seconds and 4 git commands to generate.