[patch] Add support for VFP d16 layout for Cortex-M4

Sergio Durigan Junior sergiodj@redhat.com
Thu Apr 26 07:35:00 GMT 2012


Hello Jonathan,

On Thursday, April 19 2012, Jonathan Larmour wrote:

> Index: features/arm-with-m-vfp-d16.c
> ===================================================================
> RCS file: features/arm-with-m-vfp-d16.c
> diff -N features/arm-with-m-vfp-d16.c
> --- /dev/null	1 Jan 1970 00:00:00 -0000
> +++ features/arm-with-m-vfp-d16.c	19 Apr 2012 14:19:39 -0000
> @@ -0,0 +1,54 @@
> +/* THIS FILE IS GENERATED.  Original: arm-with-m-vfp-d16.xml */
> +
> +#include "defs.h"
> +#include "osabi.h"
> +#include "target-descriptions.h"
> +
> +struct target_desc *tdesc_arm_with_m_vfp_d16;
> +static void
> +initialize_tdesc_arm_with_m_vfp_d16 (void)
> +{
> +  struct target_desc *result = allocate_target_description ();
> +  struct tdesc_feature *feature;
> +  struct tdesc_type *field_type, *type;

I have recently (a.k.a. today) modified the code that generates these
`features' .c files.  Could you please regenerate it when/if you repost
the patch?

Thanks.

-- 
Sergio



More information about the Gdb-patches mailing list