diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-07-14 23:18:09 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-07-14 23:18:09 +0000 |
commit | cc98b5cc8ab035f06066f73f844ce738e3f9c4fb (patch) | |
tree | 7b9305dcd44a7e212e5d0dab96c85407e34dcb44 /gdb/ppc-tdep.h | |
parent | 8f088af792d3a214e611bc7571a46e1dfcbe7b3d (diff) | |
download | gdb-cc98b5cc8ab035f06066f73f844ce738e3f9c4fb.zip gdb-cc98b5cc8ab035f06066f73f844ce738e3f9c4fb.tar.gz gdb-cc98b5cc8ab035f06066f73f844ce738e3f9c4fb.tar.bz2 |
* ppc-tdep.h (ppc_num_vrs): New enum constant.
Diffstat (limited to 'gdb/ppc-tdep.h')
-rw-r--r-- | gdb/ppc-tdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h index 626cace..ac08c61 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 */ }; |