aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-tdep.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2004-07-14 23:18:09 +0000
committerJim Blandy <jimb@codesourcery.com>2004-07-14 23:18:09 +0000
commitcc98b5cc8ab035f06066f73f844ce738e3f9c4fb (patch)
tree7b9305dcd44a7e212e5d0dab96c85407e34dcb44 /gdb/ppc-tdep.h
parent8f088af792d3a214e611bc7571a46e1dfcbe7b3d (diff)
* ppc-tdep.h (ppc_num_vrs): New enum constant.
Diffstat (limited to 'gdb/ppc-tdep.h')
-rw-r--r--gdb/ppc-tdep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h
index 626cace2ca..ac08c61758 100644
--- a/gdb/ppc-tdep.h
+++ b/gdb/ppc-tdep.h
@@ -174,8 +174,9 @@ struct gdbarch_tdep
enum
{
ppc_num_gprs = 32, /* 32 general-purpose registers */
- ppc_num_fprs = 32 /* 32 floating-point registers */
+ ppc_num_fprs = 32, /* 32 floating-point registers */
ppc_num_srs = 16, /* 16 segment registers */
+ ppc_num_vrs = 32 /* 32 Altivec vector registers */
};