3184d3f9a5
* features/arm-with-m-vfp-d16.xml: New file. Describes Cortex-M with VFPv4-sp-d16 FPU register layout. * features/Makefile (WHICH): Add arm-with-m-vfp-d16. * features/arm-with-m-vfp-d16.c: New. Generated from above. * arm-tdep.c: Include arm-with-m-vfp-d16.c. (arm-register_g_packet_guesses): Add vfp-d16 guess. (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
13 lines
473 B
XML
13 lines
473 B
XML
<?xml version="1.0"?>
|
|
<!-- Copyright (C) 2010-2012 Free Software Foundation, Inc.
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved. -->
|
|
|
|
<!DOCTYPE target SYSTEM "gdb-target.dtd">
|
|
<target>
|
|
<xi:include href="arm-m-profile.xml"/>
|
|
<!-- Layout of vfpv4-sp-d16 is identical to vfpv2 -->
|
|
<xi:include href="arm-vfpv2.xml"/>
|
|
</target>
|