summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-04-03 00:47:41 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-04-03 00:47:41 +0000
commit53ad9794210c1d60f720859ff6015817b7b92cea (patch)
tree5c1eb459ec3f2358137b97a3f87ec68915859fc5 /gdb/arm-tdep.h
parent39cf8d4e982482f3abc03fca66a140de8e5b8a26 (diff)
downloadgdb-53ad9794210c1d60f720859ff6015817b7b92cea.tar.gz
Merge XML and VFP support to this branch.gdb-csl-20060226-branch-merge-to-csl-local-1
Diffstat (limited to 'gdb/arm-tdep.h')
-rw-r--r--gdb/arm-tdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h
index 314105254cc..33e9b6cfec7 100644
--- a/gdb/arm-tdep.h
+++ b/gdb/arm-tdep.h
@@ -131,6 +131,11 @@ struct gdbarch_tdep
enum arm_float_model fp_model; /* Floating point calling conventions. */
+ int have_fpa_registers; /* Does the target report the FPA registers? */
+ int have_vfp_registers; /* Does the target report the VFP registers? */
+ int have_vfp_pseudos; /* Are we synthesizing the single precision
+ VFP registers? */
+
CORE_ADDR lowest_pc; /* Lowest address at which instructions
will appear. */