diff options
author | Peter Maydell | 2013-12-17 20:42:32 +0100 |
---|---|---|
committer | Peter Maydell | 2013-12-17 20:42:32 +0100 |
commit | 6a66942735569ec7f8b761c1205e6f4c50962fe4 (patch) | |
tree | fa82fd09fdbd551e2b30fd96f55f5a5843480fba /configure | |
parent | target-arm: A64: provide functions for accessing FPCR and FPSR (diff) | |
download | qemu-6a66942735569ec7f8b761c1205e6f4c50962fe4.tar.gz qemu-6a66942735569ec7f8b761c1205e6f4c50962fe4.tar.xz qemu-6a66942735569ec7f8b761c1205e6f4c50962fe4.zip |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) ;; |