aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ppc-tdep.h')
-rw-r--r--gdb/ppc-tdep.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h
index 7046553..c8b4100 100644
--- a/gdb/ppc-tdep.h
+++ b/gdb/ppc-tdep.h
@@ -162,4 +162,11 @@ struct gdbarch_tdep
link register is saved. */
};
+
+/* Constants for register set sizes. */
+enum
+ {
+ ppc_num_fprs = 32 /* 32 floating-point registers */
+ };
+
#endif