summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-12-17 19:42:32 +0000
committerPeter Maydell <peter.maydell@linaro.org>2013-12-17 19:42:32 +0000
commit6a66942735569ec7f8b761c1205e6f4c50962fe4 (patch)
treefa82fd09fdbd551e2b30fd96f55f5a5843480fba /configure
parentf903fa22f4d7f3a20c4d0f42e7585ed80a3ec051 (diff)
downloadqemu-6a66942735569ec7f8b761c1205e6f4c50962fe4.tar.gz
target-arm: Support fp registers in gdb stub
Register the aarch64-fpu XML and implement the necessary read/write handlers so we can support reading and writing of FP registers in the gdb stub. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 02c94e2043..07b6be34ff 100755
--- a/configure
+++ b/configure
@@ -4438,7 +4438,7 @@ case "$target_name" in
aarch64)
TARGET_BASE_ARCH=arm
bflt="yes"
- gdb_xml_files="aarch64-core.xml"
+ gdb_xml_files="aarch64-core.xml aarch64-fpu.xml"
;;
cris)
;;